Navigation
API > API/Plugins > API/Plugins/RelativeIKOp
The blueprint/python API for editing a Relative Pelvic Motion Op
| Name | UIKRetargetPelvicMotionController |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/RelativeIKOp/Source/RelativeIKOp/Public/RelativePelvicMotionOp.h |
| Include Path | #include "RelativePelvicMotionOp.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UIKRetargetPelvicMotionController : public UIKRetargetOpControllerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UIKRetargetOpControllerBase → UIKRetargetPelvicMotionController
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetPelvicMotionOpSettings GetSettings() |
Get the current op settings as a struct. | RelativePelvicMotionOp.h |
|
void SetSettings
(
FIKRetargetPelvicMotionOpSettings InSettings |
Set the solver settings. Input is a custom struct type for this solver. | RelativePelvicMotionOp.h |
|