Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
| Type | Name | Description | |
|---|---|---|---|
| int32 | FindLastCharByPredicate
(
Predicate Pred |
Searches the string for the last occurrence of a character which matches the specified predicate. | |
| int32 | FindLastCharByPredicate
(
Predicate Pred, |
Searches an initial substring for the last occurrence of a character which matches the specified predicate. |