Unit Reference GetArrayItem - RealityStop/Bolt.Addons.Community GitHub Wiki
The GetArrayItem node retrieves a value from a multidimensional array based on the specified indices for each dimension.
Properties
- dimensions : The number of dimensions the array has (maximum of 32).
Input Ports
- array : The target array to retrieve the value from.
- [Index Inputs] : Inputs for each dimension index to specify the item to get.
Output Ports
- value : The value at the specified indices in the array.