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" |
ElementType & Last
&40;
SizeType IndexFromTheEnd
&41; const
Remarks
Returns n-th last element from the array. Reference to n-th last element from the array.
Parameters
| Name | Description |
|---|---|
| IndexFromTheEnd | (Optional) Index from the end of array. Default is 0. |