FGraphActionNode::SortChildren

Sorts all child nodes by section, group, and type (additionally, can sort alphabetically if wanted).

Unreal Engine C++ API Reference > 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library