Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.