SSMGraphProperty_Base¶
Module: SMSystemEditor
#include <SSMGraphProperty_Base.h>
Inherits from SCompoundWidget
Description¶
Base representation of an exposed graph property. Extend this to implement custom graph properties.
Protected Functions¶
| Name | |
|---|---|
| TSharedRef< SBorder > | MakeHighlightBorder() |
| TSharedRef< SWidget > | MakeNotifyIconWidget() |
| EVisibility | GetHighlightVisibility() const |
| FSlateColor | GetHighlightColor() const |
| EVisibility | GetNotifyVisibility() const |
| const FSlateBrush * | GetNotifyIconBrush() const |
| FText | GetNotifyIconTooltip() const |
Protected Attributes¶
| Name | |
|---|---|
| TWeakObjectPtr< UEdGraphNode > | GraphNode |
| constexpr float | HighlightPadding |
| const FMargin | NotifyPadding |