Unit Reference GetArrayItem - RealityStop/Bolt.Addons.Community GitHub Wiki

GetArrayItem

Screenshot 2025-09-30 164415

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.
⚠️ **GitHub.com Fallback** ⚠️