Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_GetControlBool
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_GetControlTransform.h |
| Include | #include "Units/Hierarchy/RigUnit_GetControlTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Get Control Bool", Category="Controls", DocumentationPolicy="Strict", Keywords="GetControlBool", TemplateName="GetControlValue", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_GetControlBool : public FRigUnit
Remarks
GetControlBool is used to retrieve a single Bool from a hierarchy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | BoolValue | The current bool of the given bone - or identity in case it wasn't found. | |
| FCachedRigElement | CachedControlIndex | Used to cache the internally used bone index. | |
| FName | Control | The name of the Control to retrieve the bool for. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |