Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
ElementType & AddZeroed_GetRef&40;&41;
Remarks
Adds a new item to the end of the array, possibly reallocating the whole array to fit. The new item will be zeroed.
Caution, AddZeroed_GetRef() will create elements without calling the constructor and this is not appropriate for element types that require a constructor to function properly. A reference to the newly-inserted element.
See Also
AddUnique_GetRef