Description
Executes either the True or False branch based on the condition
Information
| Plugin | RigVM |
| Category | Execution |
| Tags | If |
| Type | FRigVMFunction_ControlFlowBranch |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecuteContext | The input execution pin to hook up to the graph | Execute Context | |
| Condition | The condition based on which to pick between the True and False branches | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| True | The branch to run if the condition is True | Execute Context | |
| False | The branch to run if the condition is False | Execute Context | |
| Completed | The execute flow to run when the True or False branch is complete | Execute Context |