Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetControlInteger
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 Integer", Category="Controls", DocumentationPolicy="Strict", Keywords="SetControlInteger,SetGizmoInteger", TemplateName="SetControlValue", NodeColor="0.0 0.36470600962638855 1.0"))
struct FRigUnit_SetControlInteger : public FRigUnitMutable
Remarks
SetControlInteger is used to perform a change in the hierarchy by setting a single control's int32 value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCachedRigElement | CachedControlIndex | Used to cache the internally used bone index. | |
| FName | Control | The name of the Control to set the transform for. | |
| int32 | IntegerValue | The transform value to set for the given Control. | |
| int32 | Weight | The weight of the change - how much the change should be applied |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |