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 SortChildren
&40;
bool bAlphabetically,
bool bRecursive
&41;
Remarks
Sorts all child nodes by section, group, and type (additionally, can sort alphabetically if wanted).
Parameters
| Name | Description |
|---|---|
| bAlphabetically | Determines if we sort alphabetically on top of section/group/type. |
| bRecursive | Determines if we should sort all decendent nodes' children ass well. |