Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetControlDrivenList
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetControlDrivenList.h |
| Include | #include "Units/Hierarchy/RigUnit_SetControlDrivenList.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Set Driven Controls", Category="Controls", DocumentationPolicy="Strict", Keywords="SetControlDrivenList,Interaction,Indirect", TemplateName="SetControlDrivenList", NodeColor="0.0 0.36470600962638855 1.0"))
struct FRigUnit_SetControlDrivenList : public FRigUnitMutable
Remarks
SetControlDrivenList is used to change the list of affected controls of an indirect control
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCachedRigElement | CachedControlIndex | Used to cache the internally used bone index. | |
| FName | Control | The name of the Control to set the list for | |
| TArray< FRigElementKey > | Driven | The list of affected controls |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |