Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TArray
Description
Add a new item to the end of the array, possibly reallocating the whole array to fit. The new item will be default-constructed.
| Name | AddDefaulted_GetRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include Path | #include "Containers/Array.h" |
ElementType & AddDefaulted_GetRef()
A reference to the newly-inserted element.
See Also
-
Add_GetRef
-
AddZeroed_GetRef
-
AddUnique_GetRef
-
Insert_GetRef