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)

arrays, bool[]

The array to be modified

value

array_elements, bool

The value to be removed

removeAll

bool

If true, removes all occurences of the value.

False

Outputs#

Name

Type

Description

Default

Array (array)

arrays, bool[]

The modified array

found

bool

true if a value was removed, false otherwise