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 copy animation onto. | |
| int32 | BoneToPinIndex | ||
| FName | BoneToPinTo | The bone to copy animation from. | |
| int32 | BoneToPinToIndex | ||
| FTransform | OffsetInRefPose |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPinBoneData () |
|||
FPinBoneData
(
FName InBoneToPin, |