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) |
|
The boolean condition which determines the output direction |
|
execIn |
|
Input execution |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
True (execTrue) |
|
The output path when condition is True |
|
False (execFalse) |
|
The output path when condition is False |