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" |
void Init
&40;
const ElementType & Element,
SizeType Number
&41;
Remarks
Sets the size of the array, filling it with the given element.
Parameters
| Name | Description |
|---|---|
| Element | The element to fill array with. |
| Number | The number of elements that the array should be able to contain after allocation. |