Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArrayView
| Type | Name | Description | |
|---|---|---|---|
| SizeType | FindLastByPredicate
(
Predicate Pred |
Finds element within the array starting from the end. Uses predicate to match element. | |
| SizeType | FindLastByPredicate
(
Predicate Pred, |
Finds element within the array starting from StartIndex and going backwards. |