Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Deprecated
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_TwoBoneIKFK
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Deprecated/RigUnit_TwoBoneIKFK.h |
| Include | #include "Units/Deprecated/RigUnit_TwoBoneIKFK.h" |
Syntax
USTRUCT (Meta=(DisplayName="TwoBoneIK/FK", Category="Transforms", Deprecated="4.23.0"))
struct FRigUnit_TwoBoneIKFK : public FRigUnitMutable
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTransform | EndEffector | ||
| FName | EndJoint | ||
| float | IKBlend | Float : IKBlend(Default : 0.0) # Blend between 0.0 (FK) and 1.0 (IK)solutions. | |
| FVector | PoleTarget | Transform to use as the pole target(specifies the plane of solution) | |
| float | Spin | Float: Spin(Default : 0.0) # Amount of twist to apply to the solution plane(Additive after application of Pole Target motion) | |
| FName | StartJoint |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |