Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/Retargeter > API/Plugins/IKRig/Retargeter/RetargetOps
References
| Module | IKRig |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/PinBoneOp.h |
| Include | #include "Retargeter/RetargetOps/PinBoneOp.h" |
Syntax
USTRUCT (BlueprintType )
struct FPinBoneData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | BoneToPin | The bone to be affected by this op. Will have it's transform modified to match the BoneToPinTo. | |
| int32 | BoneToPinIndex | ||
| FName | BoneToPinTo | The bone, on the target skeleton to pin to. | |
| int32 | BoneToPinToIndex | ||
| FTransform | OffsetInRefPose |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPinBoneData () |
|||
FPinBoneData
(
FName InBoneToPin, |