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

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.