Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetMultiControlRotator
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 Multiple Controls Rotator", Category="Controls", DocumentationPolicy="Strict", Keywords="SetMultipleControlsRotator,SetControlRotator,SetGizmoRotator", TemplateName="SetMultiControlValue", NodeColor="0.0 0.36470600962638855 1.0"))
struct FRigUnit_SetMultiControlRotator : public FRigUnitMutable
Remarks
SetMultiControlRotator is used to perform a change in the hierarchy by setting multiple controls' rotator value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCachedRigElement > | CachedControlIndices | Used to cache the internally used control indices. | |
| TArray< FRigUnit_SetMultiControlRotator_Entry > | Entries | The array of control-rotator pairs to be processed | |
| float | 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 |