Navigation
API > API/Plugins > API/Plugins/IKRig
The blueprint/python API for editing a Pelvis Motion Op
| Name | UIKRetargetPelvisMotionController |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/RetargetOps/PelvisMotionOp.h |
| Include Path | #include "Retargeter/RetargetOps/PelvisMotionOp.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRetargetPelvisMotionController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetPelvisMotionController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetPelvisMotionOpSettings GetSettings() |
Get the current op settings as a struct. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
FName GetSourcePelvisBone() |
Get the pelvis bone for the source. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
FName GetTargetPelvisBone() |
Get the pelvis bone for the target. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
void SetSettings
(
FIKRetargetPelvisMotionOpSettings InSettings |
Set the op settings. Input is a custom struct type for this op. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
void SetSourcePelvisBone
(
const FName InSourcePelvisBone |
Set the pelvis bone for the source. | Retargeter/RetargetOps/PelvisMotionOp.h |
|
void SetTargetPelvisBone
(
const FName InTargetPelvisBone |
Set the pelvis bone for the target. | Retargeter/RetargetOps/PelvisMotionOp.h |
|