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
(
bool bAlphabetically,
bool bRecursive
)
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. |