FindLastByPredicate

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

int32

 

FindLastByPredicate

(
    Predicate Pred
)

Finds element within the array starting from the end. Uses predicate to match element.

Public function Const

int32

 

FindLastByPredicate

(
    Predicate Pred,
    int32 StartIndex
)

Finds element within the array starting from StartIndex and going backwards.

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