FindLastCharByPredicate

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

int32

 

FindLastCharByPredicate

(
    Predicate Pred
)

Searches the string for the last occurrence of a character which matches the specified predicate.

Public function Const

int32

 

FindLastCharByPredicate

(
    Predicate Pred,
    int32 Count
)

Searches an initial substring for the last occurrence of a character which matches the specified 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