This version of Unity is unsupported.

Parameters

count The size of the array to instantiate.

Returns

TArray The array newly created array.

Description

Creates a new instance of an array with the given count.


Parameters

derivedType The type we want to create a new instance of.
count The size of the array to instantiate.

Returns

TArray The array newly created array.

Description

Creates a new instance of an array with the given type and given count.