Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TArray > API/Runtime/Core/Containers/TArray/AddDefaulted
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
SizeType AddDefaulted&40;&41;
Remarks
Adds new items to the end of the array, possibly reallocating the whole array to fit. The new items will be default-constructed. Index to the first of the new items.
Parameters
| Name | Description |
|---|---|
| Count | The number of new items to add. |