Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray
| Type | Name | Description | |
|---|---|---|---|
| SizeType | Add
(
ElementType&& Item |
Adds a new item to the end of the array, possibly reallocating the whole array to fit. | |
| SizeType | Add
(
const ElementType& Item |
Adds a new item to the end of the array, possibly reallocating the whole array to fit. |