Nodes > Control Flow > If

Executes the True port if condition is true, and the False port if condition is false.
Inputs
| Name | Type | Description |
|---|---|---|
| condition | bool | Condition to evaluate as true or false |
Outputs
| Name | Type | Description |
|---|---|---|
| True | Execution | Executes if condition is true |
| False | Execution | Executes if condition is false |
Was this page helpful?