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