Branch

Outputs an execution pulse along a branch based on a boolean condition

Installation

To use this Node, you must enable omni.graph.action in the Extension Manager.

Inputs

Name

Type

Description

Default

Condition (condition)

bool

The boolean condition which determines the output direction

execIn

execution

Input execution

Outputs

Name

Type

Description

Default

True (execTrue)

execution

The output path when condition is True

False (execFalse)

execution

The output path when condition is False