Algo::LegacySortBy

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Algo::LegacySortBy

(
    RangeType&& Range,
    ProjectionType Proj
)

Sort a range of elements by a projection using the projection's operator<.

Public function

void

 

Algo::LegacySortBy

(
    RangeType&& Range,
    ProjectionType Proj,
    PredicateType Pred
)

Sort a range of elements by a projection 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