Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | SGraphNodeK2Composite |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Composite.h |
| Include Path | #include "KismetNodes/SGraphNodeK2Composite.h" |
Syntax
class SGraphNodeK2Composite : public SGraphNodeK2Base
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeK2Base → SGraphNodeK2Composite
- FSlateControlledConstruction → SWidget → SPanel → SNodePanel::SNode → SGraphNode → SGraphNodeK2Base → SGraphNodeK2Composite
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
KismetNodes/SGraphNodeK2Composite.h |
Overridden from SGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SToolTip > GetComplexTooltip() |
Override this to provide support for an 'expensive' tooltip widget that is only built on demand | KismetNodes/SGraphNodeK2Composite.h | |
virtual void UpdateGraphNode() |
Update this GraphNode to match the data that it is observing | KismetNodes/SGraphNodeK2Composite.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateNodeBody() |
KismetNodes/SGraphNodeK2Composite.h | ||
virtual UEdGraph * GetInnerGraph() |
KismetNodes/SGraphNodeK2Composite.h | ||
FText GetPreviewCornerText() |
KismetNodes/SGraphNodeK2Composite.h | ||
FText GetTooltipTextForNode() |
KismetNodes/SGraphNodeK2Composite.h |