Parallel

Node description and basic instructions

Description

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

If at least one executing child object returned a failed state, aborted, then it stops executing child nodes and returns this value to the parent node, otherwise it runs until all are executed and then returns success to the parent node.

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

Last updated