Algo::HeapSortBy

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Algo::HeapSortBy

(
    RangeType&& Range,
    ProjectionType Projection
)

Performs heap sort on the elements. Assumes < operator is defined for the projected element type.

Public function

void

 

Algo::HeapSortBy

(
    RangeType&& Range,
    ProjectionType Projection,
    PredicateType Predicate
)

Performs heap sort on the 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