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