Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FGraphActionNode
(
const FGraphActionNode& Node |
We need to declare our copy constructors so that we can disable deprecation warnings around them for ClangEditor - when all of the deprecated members are deleted we can remove these: | |
FGraphActionNode
(
FGraphActionNode&& Node |
|||
FGraphActionNode
(
int32 Grouping, |
|||
FGraphActionNode
(
const TSharedPtr< FEdGraphSchemaAction >& InAction, |
Constructor for action nodes. |