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