| Description | |
|---|---|
| count | The size of the array to instantiate. | 
TArray The array newly created array.
Creates a new instance of an array with the given count.
| Description | |
|---|---|
| derivedType | The type we want to create a new instance of. | 
| count | The size of the array to instantiate. | 
TArray The array newly created array.
Creates a new instance of an array with the given type and given count.