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