Navigation
API > API/Editor > API/Editor/SceneOutliner
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SortHelper.h |
| Include | #include "SortHelper.h" |
Syntax
struct FNumericStringWrapper
Remarks
Wrapper type that will sort FString's using a more natural comparison (correctly sorts numbers and ignores underscores)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | String |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNumericStringWrapper
(
FString&& InString |
|||
FNumericStringWrapper
(
FNumericStringWrapper&& Other |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FNumericStringWrapper& Other |
||
| FNumericStringWrapper & | operator=
(
FNumericStringWrapper&& Other |
||
| bool | operator==
(
const FNumericStringWrapper& Other |
||
| bool | operator>
(
const FNumericStringWrapper& Other |