FNumericStringWrapper

Wrapper type that will sort [FString](API\Runtime\Core\Containers\FString)'s using a more natural comparison (correctly sorts numbers and ignores underscores)

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

String

Constructors

Name Description

Public function

FNumericStringWrapper()

Public function

FNumericStringWrapper

(
    FString&& InString
)

Public function

FNumericStringWrapper

(
    FNumericStringWrapper&& Other
)

Operators

Name Description

Public function Const

bool

 

operator<

(
    const FNumericStringWrapper& Other
)

Public function

FNumericStri...

 

operator=

(
    FNumericStringWrapper&& Other
)

Public function Const

bool

 

operator==

(
    const FNumericStringWrapper& Other
)

Public function Const

bool

 

operator>

(
    const FNumericStringWrapper& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss