Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/KismetNodes
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SNodePanel::SNode
- SGraphNode
- SGraphNodeK2Base
- SGraphNodeK2Var
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Var.h |
| Include | #include "KismetNodes/SGraphNodeK2Var.h" |
Syntax
class SGraphNodeK2Var : public SGraphNodeK2Base
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| FSlateColor | |||
| TSharedRef< SWidget > | UpdateTitleWidget
(
FText InTitleText, |
Allow derived classes to override title widget. |
Overridden from SGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Update this GraphNode to match the data that it is observing |
Overridden from SNode
| Type | Name | Description | |
|---|---|---|---|
| void | GetDiffHighlightBrushes
(
const FSlateBrush*& BackgroundOut, |
Used by GetDiffHighlights to generate outlines for diffed nodes | |
| const FSlateBrush * | GetShadowBrush
(
bool bSelected |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |