Description
Chooses between two values based on a condition
Information
| Plugin | RigVM |
| Category | Execution |
| Tags | Branch,Condition |
| Type | FRigVMDispatch_If |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Condition | The condition on which we'll decide between the True and False values | bool | False |
| True | The value to use if the condition is True | Wildcard | |
| False | The value to use if the condition is False | Wildcard |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting value - either True or False based on the condition | Wildcard |