Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | FPinBoneData |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/PinBoneOp.h |
| Include Path | #include "Retargeter/RetargetOps/PinBoneOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FPinBoneData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneToCopyFrom | FBoneReference | The bone to copy FROM. | Retargeter/RetargetOps/PinBoneOp.h |
|
| BoneToCopyTo | FBoneReference | The bone to copy TO. Will have its transform pinned to BoneToCopyFrom. | Retargeter/RetargetOps/PinBoneOp.h |
|
| LastUsedSourceScale | FRetargetPoseScaleWithPivot | The scale factor used to calculate all the cached offset (lazy evaluated when scale factor is modified) | Retargeter/RetargetOps/PinBoneOp.h | |
| LocalRefPoseBoneToCopyFrom | FTransform | The local transform of the BoneToCopyFrom in the ref pose | Retargeter/RetargetOps/PinBoneOp.h | |
| LocalRefPoseBoneToCopyTo | FTransform | The local transform of the BoneToCopyTo in the ref pose | Retargeter/RetargetOps/PinBoneOp.h | |
| OffsetFromBoneToCopyFromInRefPose | FTransform | The relative transform between the BoneToCopyFrom and BoneToCopyTo in the reference pose | Retargeter/RetargetOps/PinBoneOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CachePinData
(
ERetargetSourceOrTarget InSkeletonToCopyFrom, |
Retargeter/RetargetOps/PinBoneOp.h | ||
void PostSerialize
(
const FArchive& Ar |
Retargeter/RetargetOps/PinBoneOp.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneToPin_DEPRECATED | FName | Deprecated properties | Retargeter/RetargetOps/PinBoneOp.h |
|
| BoneToPinTo_DEPRECATED | FName | Retargeter/RetargetOps/PinBoneOp.h |
|