Navigation
API > API/Plugins > API/Plugins/IKRig
The blueprint/python API for editing a Retarget Pose Op
| Name | UIKRetargetAdditivePoseController |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/RetargetPoseOp.h |
| Include Path | #include "Retargeter/RetargetOps/RetargetPoseOp.h" |
Syntax
UCLASS (BlueprintType)
class UIKRetargetAdditivePoseController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetAdditivePoseController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetAdditivePoseOpSettings GetSettings() |
Get the current op settings as a struct. | Retargeter/RetargetOps/RetargetPoseOp.h |
|
void SetSettings
(
FIKRetargetAdditivePoseOpSettings InSettings |
Set the op settings. Input is a custom struct type for this op. | Retargeter/RetargetOps/RetargetPoseOp.h |
|