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 & AddDefaulted_GetRef&40;&41;
Remarks
Add a new item to the end of the array, possibly reallocating the whole array to fit. The new item will be default-constructed. A reference to the newly-inserted element.
See Also
AddUnique_GetRef