Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- SGraphNodeK2Sequence
- SGraphNodePromotableOperator
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNodePromotableOperator.h |
| Include | #include "SGraphNodePromotableOperator.h" |
Syntax
class SGraphNodePromotableOperator : public SGraphNodeK2Sequence
Remarks
A custom slate node for the promotable operator (K2Node_PromotableOperator) These nodes include common math operations like Add, Subtract, Multiply, etc.
This custom node will provide a neat little secondary icon to visually show that promotable operator pins can be converted to other types.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | CachedInnerIcon | ||
| const FSlateBrush * | CachedOuterIcon |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | Create the widgets for pins on the node | ||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |