Navigation
API > API/Plugins > API/Plugins/IKRig
BEGIN LEGACY UOBJECT-based OP
| Name | UPinBoneOp |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/PinBoneOp.h |
| Include Path | #include "Retargeter/RetargetOps/PinBoneOp.h" |
Syntax
UCLASS (MinimalAPI)
class UPinBoneOp : public URetargetOpBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URetargetOpBase → UPinBoneOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCopyRotation | bool | Retargeter/RetargetOps/PinBoneOp.h | ||
| bCopyScale | bool | Retargeter/RetargetOps/PinBoneOp.h | ||
| bCopyTranslation | bool | Retargeter/RetargetOps/PinBoneOp.h | ||
| BonesToPin | TArray< FPinBoneData > | Retargeter/RetargetOps/PinBoneOp.h | ||
| GlobalOffset | FTransform | Retargeter/RetargetOps/PinBoneOp.h | ||
| LocalOffset | FTransform | Retargeter/RetargetOps/PinBoneOp.h | ||
| PinTo | ERetargetSourceOrTarget | Retargeter/RetargetOps/PinBoneOp.h | ||
| RotationMode | EPinBoneRotationMode | Retargeter/RetargetOps/PinBoneOp.h | ||
| TranslationMode | EPinBoneTranslationMode | Retargeter/RetargetOps/PinBoneOp.h |