Unit Reference SetArrayItem - RealityStop/Bolt.Addons.Community GitHub Wiki
Sets an item in a multidimensional array at the specified indices.
Input Ports
- array : The target array to set the item on.
- value : The value to assign to the specified position in the array.
- enter : The Control Input invoked when you want to set the array item.
-
0 Index, 1 Index, … : One input for each array dimension, specifying the index in that dimension. The number of index ports depends on the
Dimensionsproperty.
Output Ports
- exit : The Control Output invoked once the item has been set in the array.