Navigation
API > API/Plugins > API/Plugins/IKRig
| Name | EPinBoneRotationMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/PinBoneOp.h |
| Include Path | #include "Retargeter/RetargetOps/PinBoneOp.h" |
Syntax
enum EPinBoneRotationMode
{
CopyGlobalRotation,
MaintainOffsetFromBoneToCopyFrom,
}
Values
| Name | Remarks |
|---|---|
| CopyGlobalRotation | No offset is maintained |
| MaintainOffsetFromBoneToCopyFrom | Maintains rotation offset between BoneToCopyTo and BoneToCopyFrom in the reference pose |