Sort

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Sort

(
    T* First,
    const int32 Num
)

Sort elements.

Public function

void

 

Sort

(
    T** First,
    const int32 Num
)

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

Public function

void

 

Sort

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

Sort elements using user defined predicate class.

Public function

void

 

Sort

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

Specialized version of the above Sort 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