Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & Top () |
Returns the top element, i.e. the last one. | Containers/Array.h | |
const ElementType & Top () |
Containers/Array.h |
Top()
Description
Returns the top element, i.e. the last one.
| Name | Top |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
ElementType & Top()
Reference to the top element.
See Also
-
Pop
-
Push
Top()
| Name | Top |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
const ElementType & Top() const