Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ElementType & HeapTop () |
Returns the top element from the heap (does not remove the element).Const version. | Containers/Array.h | |
ElementType & HeapTop () |
Returns the top element from the heap (does not remove the element). | Containers/Array.h |
HeapTop()
Description
Returns the top element from the heap (does not remove the element).
Const version.
| Name | HeapTop |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
const ElementType & HeapTop() const
The reference to the top element from the heap.
HeapTop()
Description
Returns the top element from the heap (does not remove the element).
| Name | HeapTop |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
ElementType & HeapTop()
The reference to the top element from the heap.