Navigation
API > API/Plugins > API/Plugins/ControlRig
SetMultiControlInteger is used to perform a change in the hierarchy by setting multiple controls' integer value.
| Name | FRigUnit_SetMultiControlInteger |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetControlTransform.h |
| Include Path | #include "Units/Hierarchy/RigUnit_SetControlTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Set Multiple Controls Integer", Category="Controls", DocumentationPolicy="Strict", Keywords="SetMultipleControlsInteger,SetControlInteger,SetGizmoInteger", TemplateName="SetMultiControlValue", NodeColor="0.0 0.36470600962638855 1.0"))
struct FRigUnit_SetMultiControlInteger : public FRigUnitMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_SetMultiControlInteger
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_SetMultiControlInteger() |
Units/Hierarchy/RigUnit_SetControlTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedControlIndices | TArray< FCachedRigElement > | Used to cache the internally used control indices. | Units/Hierarchy/RigUnit_SetControlTransform.h | |
| Entries | TArray< FRigUnit_SetMultiControlInteger_Entry > | The array of control-integer pairs to be processed | Units/Hierarchy/RigUnit_SetControlTransform.h |
|
| Weight | float | The weight of the change - how much the change should be applied | Units/Hierarchy/RigUnit_SetControlTransform.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Hierarchy/RigUnit_SetControlTransform.h |