Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArrayView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include | #include "Containers/ArrayView.h" |
bool FindLast
&40;
const ElementType & Item,
SizeType & Index
&41; const
Remarks
Finds element within the array starting from the end. True if found. False otherwise.
Parameters
| Name | Description |
|---|---|
| Item | Item to look for. |
| Index | Output parameter. Found index. |