-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference CreateArray
S2NX7 edited this page Sep 30, 2025
·
2 revisions

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
type
property.
Properties
-
type : The type of this array.
-
dimensions : The amount of dimensions we want this array to have. Max of 32 dimensions.