Parallel Selector

Node description and basic instructions

Description

Allows all outputs but from this node to be executed in parallel.

If at least one executing child node returned the success, aborted state, then it stops the execution of the child nodes and returns this value to the parent node, otherwise the child nodes continue execution until all return failure.

To create it, right-click in the editor and select Create Node/Composites/Parallels/Parallel Selector.

Last updated