PushArray
Purpose of the Node
Section titled “Purpose of the Node”This node allows you to push an item into an existing array and outputs the adjusted array.
| Pin Name | Pin Description | Pin Type | Value Type |
|---|---|---|---|
| Array In | The input array to which the item will be pushed. | Input | Array |
| Value | The item to be pushed into the array. | Input | Generic |
| Array Out | The output array with the pushed item. | Output | Array |