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