Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigUnit_ApplyFK |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Deprecated/RigUnit_ApplyFK.h |
| Include Path | #include "Units/Deprecated/RigUnit_ApplyFK.h" |
Syntax
USTRUCT (Meta=(DisplayName="Apply FK", Category="Transforms", Deprecated="4.23.0"))
struct FRigUnit_ApplyFK : public FRigUnitMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_ApplyFK
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ApplyTransformMode | EApplyTransformMode | Units/Deprecated/RigUnit_ApplyFK.h |
|
|
| ApplyTransformSpace | ETransformSpaceMode | Units/Deprecated/RigUnit_ApplyFK.h |
|
|
| BaseJoint | FName | Transform op option. Use if ETransformSpace is BaseJoint. | Units/Deprecated/RigUnit_ApplyFK.h |
|
| BaseTransform | FTransform | Transform op option. Use if ETransformSpace is BaseTransform. | Units/Deprecated/RigUnit_ApplyFK.h |
|
| Filter | FTransformFilter | The filter determines what axes can be manipulated by the in-viewport widgets | Units/Deprecated/RigUnit_ApplyFK.h |
|
| Joint | FName | Units/Deprecated/RigUnit_ApplyFK.h |
|
|
| Transform | FTransform | Units/Deprecated/RigUnit_ApplyFK.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Deprecated/RigUnit_ApplyFK.h | ||
virtual FRigVMStructUpgradeInfo GetUpgradeInfo() |
Units/Deprecated/RigUnit_ApplyFK.h |