Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Highlevel > API/Plugins/ControlRig/Units/Highlevel/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_HighlevelBaseMutable
- FRigUnit_MultiFABRIK
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Highlevel/Hierarchy/RigUnit_MultiFABRIK.h |
| Include | #include "Units/Highlevel/Hierarchy/RigUnit_MultiFABRIK.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Multi Effector FABRIK", Category="Hierarchy", Keywords="Multi, Effector, N-Chain,IK", NodeColor="0 1 1"))
struct FRigUnit_MultiFABRIK : public FRigUnit_HighlevelBaseMutable
Remarks
The FABRIK solver can solve multi chains within a root using multi effectors the Forward and Backward Reaching Inverse Kinematics algorithm. For now this node supports single effector chains only.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsInitialized | ||
| bool | bPropagateToChildren | If set to true all of the global transforms of the children of this bone will be recalculated based on their local transforms. | |
| TArray< FRigUnit_MultiFABRIK_EndEffector > | Effectors | ||
| int32 | MaxIterations | The maximum number of iterations. Values between 4 and 16 are common. | |
| float | Precision | The precision to use for the fabrik solver | |
| FName | RootBone | The first bone in the chain to solve | |
| FRigUnit_MultiFABRIK_WorkData | WorkData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| void | Initialize () |
Initialize logic for this struct |