Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_ENABLE_DEPRECATION_WARNINGS TSharedPtr< FGraphActionNode > AddChildAlphabetical
(
const TSharedPtr< FEdGraphSchemaAction >& Action |
Inserts a new action node (and any required category nodes) based off the provided Action. | GraphActionNode.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGS TSharedPtr< FGraphActionNode > AddChildAlphabetical
(
FGraphActionListBuilderBase::ActionGroup const& ActionSet |
GraphActionNode.h |
AddChildAlphabetical(const TSharedPtr< FEdGraphSchemaAction > &)
Description
Inserts a new action node (and any required category nodes) based off the provided Action. Inserts in alphabetical order.
| Name | AddChildAlphabetical |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include Path | #include "GraphActionNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp |
PRAGMA_ENABLE_DEPRECATION_WARNINGS TSharedPtr< FGraphActionNode > AddChildAlphabetical
(
const TSharedPtr< FEdGraphSchemaAction > & Action
)
The new action node.
Parameters
| Name | Remarks |
|---|---|
| Action | An action that you want the node to execute when picked. |
AddChildAlphabetical(FGraphActionListBuilderBase::ActionGroup const &)
| Name | AddChildAlphabetical |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include Path | #include "GraphActionNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGS TSharedPtr< FGraphActionNode > AddChildAlphabetical
(
FGraphActionListBuilderBase::ActionGroup const & ActionSet
)