Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray > API/Runtime/Core/Containers/TArray/Add
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
SizeType Add
&40;
ElementType && Item
&41;
Remarks
Adds a new item to the end of the array, possibly reallocating the whole array to fit.
Move semantics version. Index to the new item
Parameters
| Name | Description |
|---|---|
| Item | The item to add |