Algo::LegacySort

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Algo::LegacySort

(
    RangeType&& Range
)

Sort a range of elements using its operator<.

Public function

void

 

Algo::LegacySort

(
    RangeType&& Range,
    PredicateType Pred
)

Sort a range of elements using a user-defined predicate class.

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