Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & Last
(
SizeType IndexFromTheEnd |
Returns n-th last element from the array. | Containers/Array.h | |
const ElementType & Last
(
SizeType IndexFromTheEnd |
Containers/Array.h |
Last(SizeType)
Description
Returns n-th last element from the array.
| Name | Last |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
ElementType & Last
(
SizeType IndexFromTheEnd
)
Reference to n-th last element from the array.
Parameters
| Name | Remarks |
|---|---|
| IndexFromTheEnd | (Optional) Index from the end of array (default = 0). |
Last(SizeType)
| Name | Last |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
const ElementType & Last
(
SizeType IndexFromTheEnd
) const