Get Array Element
Last updated
Last updated
Get Array Element is used for accessing elements in an Array. The Node accepts an Array and the index/es of the desired element/s in the Array and returns the desired element/s and the Array itself.
The number of Input and Output Elements you wish to add to the Attribute section. Each Element represents an index element you wish to return.
Attribute | Type | Description |
---|---|---|
| Defined in the | The |
| Drop-down | The |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Array | The desired element/s will be returned from this Array. |
| Defined in the | The |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Array | The Array provided to the Input Socket. |
| Defined in the | The Output value accessed from the Array. |