Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray > API/Runtime/Core/Containers/TArray/Last
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
const ElementType & Last
&40;
SizeType IndexFromTheEnd
&41; const
Remarks
Returns n-th last element from the array.
Const version of the above. Reference to n-th last element from the array.
Parameters
| Name | Description |
|---|---|
| IndexFromTheEnd | (Optional) Index from the end of array (default = 0). |