Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetControlBool
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetControlTransform.h |
| Include | #include "Units/Hierarchy/RigUnit_SetControlTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Set Control Bool", Category="Controls", DocumentationPolicy="Strict", Keywords="SetControlBool,SetGizmoBool", TemplateName="SetControlValue", NodeColor="0.0 0.36470600962638855 1.0"))
struct FRigUnit_SetControlBool : public FRigUnitMutable
Remarks
SetControlBool is used to perform a change in the hierarchy by setting a single control's bool value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | BoolValue | The bool value to set for the given Control. | |
| FCachedRigElement | CachedControlIndex | Used to cache the internally used bone index. | |
| FName | Control | The name of the Control to set the bool for. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |