Navigation
API > API/Editor > API/Editor/SceneOutliner
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SortHelper.h |
| Include | #include "SortHelper.h" |
Syntax
template<typename PrimaryKeyType, typename SecondaryKeyType>
struct FSceneOutlinerSortHelper
Remarks
Templated helper to alleviate performance problems with sorting based on complex predicates. Example Usage: FSceneOutlinerSortHelper
Or: FSceneOutlinerSortHelper
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSceneOutlinerSortHelper & | Primary
(
FPrimaryFunction&& Function, |
Sort primarily by the specified function and mode. | |
| FSceneOutlinerSortHelper & | Secondary
(
FSecondaryFunction&& Function, |
Sort secondarily by the specified function and mode. | |
| void | Sort the specified array using the current sort settings |
Typedefs
| Name | Description |
|---|---|
| FPrimaryFunction | |
| FSecondaryFunction |