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 |
Functions
Public
Overridden from URetargetOpBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ConvertToInstancedStruct
(
FInstancedStruct& OutInstancedStruct |
This is the deprecation upgrade path for solvers that inherit from UIKRigSolver to convert them to FIKRigSolverBase override this and supply a struct into OutInstancedStruct that derives from FIKRigSolverBase that implements your custom solver. | Retargeter/RetargetOps/PinBoneOp.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
Retargeter/RetargetOps/PinBoneOp.h |