Navigation
API > API/Editor > API/Editor/GraphEditor
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.
| Name | SGraphNodePromotableOperator |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphNodePromotableOperator.h |
| Include Path | #include "SGraphNodePromotableOperator.h" |
Syntax
class SGraphNodePromotableOperator : public SGraphNodeK2Sequence
Inheritance Hierarchy
- SGraphNodeK2Sequence → SGraphNodePromotableOperator
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SGraphNodePromotableOperator.h | ||
virtual void CreatePinWidgets() |
Create the widgets for pins on the node | SGraphNodePromotableOperator.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LoadCachedIcons() |
SGraphNodePromotableOperator.h |