Description
SetControlBool is used to perform a change in the hierarchy by setting a single control's bool value.
Information
| Plugin | ControlRig |
| Category | Controls |
| Tags | SetControlBool,SetGizmoBool |
| Type | FRigUnit_SetControlBool |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| BoolValue | The bool value to get / set for the given Control. | bool | False |
| ExecutePin | This property is used to chain multiple mutable units together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Control | The name of the Control to set the bool for. | FName | None |