Unit Reference CreateArray - RealityStop/Bolt.Addons.Community GitHub Wiki
The CreateArray node generates a new multi-dimensional array at runtime.
You can specify the number of dimensions and the type of elements the array will hold.
Input Ports
- [Dimension Inputs] : One input per array dimension specifying the length of that dimension.
Output Ports
-
result : Returns the newly created array, typed according to the
typeproperty.
Properties
-
type : The type of this array.
-
dimensions : The amount of dimensions we want this array to have. Max of 32 dimensions.