Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FSceneOutlinerSortHelper
Description
Sort primarily by the specified function and mode. Beware the function is a reference, so must be valid for the lifetime of this instance.
| Name | Primary |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SortHelper.h |
| Include Path | #include "SortHelper.h" |
FSceneOutlinerSortHelper & Primary
(
FPrimaryFunction && Function,
EColumnSortMode::Type SortMode
)