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_FABRIKItemArray
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Highlevel/Hierarchy/RigUnit_FABRIK.h |
| Include | #include "Units/Highlevel/Hierarchy/RigUnit_FABRIK.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Basic FABRIK", Category="Hierarchy", Keywords="N-Bone,IK", NodeColor="0 1 1"))
struct FRigUnit_FABRIKItemArray : public FRigUnit_HighlevelBaseMutable
Remarks
The FABRIK solver can solve N-Bone chains using the Forward and Backward Reaching Inverse Kinematics algorithm. For now this node supports single effector chains only.
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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. | |
| bool | bSetEffectorTransform | The option to set the effector transform | |
| FTransform | EffectorTransform | The transform of the effector in global space | |
| TArray< FRigElementKey > | Items | The chain to use | |
| int32 | MaxIterations | The maximum number of iterations. Values between 4 and 16 are common. | |
| float | Precision | The precision to use for the fabrik solver | |
| float | Weight | The weight of the solver - how much the IK should be applied. | |
| FRigUnit_FABRIK_WorkData | WorkData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |