Branch

Activates an execution output signal along a branch based on a boolean condition.

Installation

To use this node enable omni.graph.action_nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Condition (inputs:condition)

bool

The boolean condition which determines the output direction.

False

Input execution (inputs:execIn)

execution

Signal to the graph that this node is ready to be executed.

None

Outputs

Name

Type

Descripton

Default

False (outputs:execFalse)

execution

When ‘Condition’ is False signal to the graph that execution can continue downstream.

None

True (outputs:execTrue)

execution

When ‘Condition’ is True signal to the graph that execution can continue downstream.

None

Metadata

Name

Value

Unique ID

omni.graph.action.Branch

Version

2

Extension

omni.graph.action_nodes

Icon

ogn/icons/omni.graph.action.Branch.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Branch

Categories

graph:action,flowControl

Generated Class Name

OgnBranchDatabase

Python Module

omni.graph.action_nodes