TypeUtility.InstantiateArray

Declaration

public static TArray InstantiateArray(int count);

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.


Declaration

public static TArray InstantiateArray(Type derivedType, int 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.


Did you find this page useful? Please give it a rating: