Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray
| Type | Name | Description | |
|---|---|---|---|
| SizeType | HeapPush
(
ElementType&& InItem |
Adds a new element to the heap. | |
| SizeType | HeapPush
(
const ElementType& InItem |
Adds a new element to the heap. | |
| SizeType | HeapPush
(
ElementType&& InItem, |
Adds a new element to the heap. | |
| SizeType | HeapPush
(
const ElementType& InItem, |
Adds a new element to the heap. |