Navigation
API > API/Plugins > API/Plugins/ControlRig
GetControlDrivenList is used to retrieve the list of affected controls of an indirect control
| Name | FRigUnit_GetControlDrivenList |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_SetControlDrivenList.h |
| Include Path | #include "Units/Hierarchy/RigUnit_SetControlDrivenList.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Get Driven Controls", Category="Controls", DocumentationPolicy="Strict", Keywords="GetControlDrivenList,Interaction,Indirect", TemplateName="GetControlDrivenList", NodeColor="0.0 0.36470600962638855 1.0"))
struct FRigUnit_GetControlDrivenList : public FRigUnit
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_GetControlDrivenList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_GetControlDrivenList() |
Units/Hierarchy/RigUnit_SetControlDrivenList.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedControlIndex | FCachedRigElement | Used to cache the internally used bone index. | Units/Hierarchy/RigUnit_SetControlDrivenList.h | |
| Control | FName | The name of the Control to get the list for | Units/Hierarchy/RigUnit_SetControlDrivenList.h |
|
| Driven | TArray< FRigElementKey > | The list of affected controls | Units/Hierarchy/RigUnit_SetControlDrivenList.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Hierarchy/RigUnit_SetControlDrivenList.h |