Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINEElementType & Last
(
int32_t IndexFromTheEnd |
Returns n-th last element from the array. | uLang/Common/Containers/Array.h | |
ULANG_FORCEINLINE const ElementType & Last
(
int32_t IndexFromTheEnd |
Returns n-th last element from the array.Const version of the above. | uLang/Common/Containers/Array.h |
Last(int32_t)
Description
Returns n-th last element from the array.
| Name | Last |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ULANG_FORCEINLINEElementType & Last
(
int32_t IndexFromTheEnd
)
Reference to n-th last element from the array.
Parameters
| Name | Remarks |
|---|---|
| IndexFromTheEnd | (Optional) Index from the end of array (default = 0). |
Last(int32_t)
Description
Returns n-th last element from the array.
Const version of the above.
| Name | Last |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ULANG_FORCEINLINE const ElementType & Last
(
int32_t IndexFromTheEnd
) const
Reference to n-th last element from the array.
Parameters
| Name | Remarks |
|---|---|
| IndexFromTheEnd | (Optional) Index from the end of array (default = 0). |