StableSort

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

StableSort

(
    T* First,
    const int32 Num
)

Stable sort elements.

Public function

void

 

StableSort

(
    T** First,
    const int32 Num
)

Specialized version of the above StableSort function for pointers to elements.

Public function

void

 

StableSort

(
    T* First,
    const int32 Num,
    const PREDICATE_CLASS& Predicate
)

Stable sort elements using user defined predicate class.

Public function

void

 

StableSort

(
    T** First,
    const int32 Num,
    const PREDICATE_CLASS& Predicate
)

Specialized version of the above StableSort function for pointers to elements.

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