Description
SetControlVisibility is used to change the visibility on a control at runtime
Information
| Plugin | ControlRig |
| Category | Controls |
| Tags | SetControlVisibility,Visibility,Hide,Show,Hidden,Visible,SetGizmoVisibility |
| Type | FRigUnit_SetControlVisibility |
IO
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| ExecutePin | This property is used to chain multiple mutable units together | Execute Context |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Item | The name of the Control to set the visibility for. | Rig Element Key | (Type=Control,Name="") |
| Pattern | If the ControlName is set to None this can be used to look for a series of Controls | FString | |
| bVisible | The visibility to set for the control | bool | True |