Algo::BinarySearchBy

Overload list

Windows
MacOS
Linux
Name Description

Public function

auto

 

Algo::BinarySearchBy

(
    RangeType& Range,
    const ValueType& Value,
    ProjectionType Projection
)

Public function

auto

 

Algo::BinarySearchBy

(
    RangeType& Range,
    const ValueType& Value,
    ProjectionType Projection,
    SortPredicateType SortPredicate
)

Returns index to the first found element with projected value matching Value in a range, the range must be sorted by predicate

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