Array Remove Value
Removes the first occurrence of the given value from an array. If removeAll is true, removes all occurrences
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 |
|
value |
|
The value to be removed |
|
removeAll |
|
If true, removes all occurences of the value. |
False |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Array (array) |
|
The modified array |
|
found |
|
true if a value was removed, false otherwise |