Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/KismetNodes
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SNodePanel::SNode
- SGraphNode
- SGraphNodeK2Base
- SGraphNodeK2Composite
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Composite.h |
| Include | #include "KismetNodes/SGraphNodeK2Composite.h" |
Syntax
class SGraphNodeK2Composite : public SGraphNodeK2Base
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| TSharedRef< SWidget > | |||
| UEdGraph * | |||
| FText | |||
| FText |
Overridden from SGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SToolTip > | Override this to provide support for an 'expensive' tooltip widget that is only built on demand | ||
| void | Update this GraphNode to match the data that it is observing |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |