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