Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > KismetNodes
Inheritance Hierarchy
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Var.h |
Include | #include "KismetNodes/SGraphNodeK2Var.h" |
Syntax
class SGraphNodeK2Var : public [SGraphNodeK2Base](API\Editor\GraphEditor\KismetNodes\SGraphNodeK2Base)
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, UK2Node* InNode ) | |
FSlateColor | GetVariableColor () | |
TSharedRef< ... | UpdateTitleWidget ( FText InTitleText, TSharedPtr< SWidget > InTitleWidget, EHorizontalAlignment& InOutTitleHA..., FMargin& InOutTitleMargin ) | Allow derived classes to override title widget. |
Overridden from SGraphNode
Type | Name | Description |
---|---|---|
void | UpdateGraphNode () | Update this GraphNode to match the data that it is observing |
Overridden from SNode
Type | Name | Description |
---|---|---|
void | GetDiffHighlightBrushes ( const FSlateBrush*& Background..., const FSlateBrush*& Foreground... ) | Used by GetDiffHighlights to generate outlines for diffed nodes |
const FSlate... | GetShadowBrush ( bool bSelected ) |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |