Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
| Include | #include "GraphActionNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/GraphActionNode.cpp |
void AddChildAlphabetical
&40;
FGraphActionListBuilderBase::ActionGroup const & ActionSet
&41;
Remarks
Inserts a new action node (and any required category nodes) based off the provided ActionSet. Inserts in alphabetical order.
Parameters
| Name | Description |
|---|---|
| ActionSet | A list of actions that you want the node to execute when picked. |