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