Array Remove Index¶
Removes an element of an array by index. If the given index is negative it will be an offset from the end of the array.
Installation¶
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
Array (array) |
|
The array to be modified |
|
Index (index) |
|
The index into the array, a negative value indexes from the end of the array |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
Array (array) |
|
The modified array |