unreal.IKRetargetRigMapperOpController¶
- class unreal.IKRetargetRigMapperOpController(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
IKRetargetOpControllerBaseThe blueprint/python API for editing a RigMapper Op
C++ Source:
Plugin: RigMapperOp
Module: RigMapperOp
File: RigMapperOp.h
- get_settings() IKRetargetRigMapperOpSettings¶
- Get the current op settings as a struct.
- Returns:
FIKRetargetRigMapperOpSettings struct with the current settings used by the op.
- Return type:
- set_settings(settings) None¶
- Set the op settings. Input is a custom struct type for this op.
- Parameters:
settings (IKRetargetRigMapperOpSettings) – a FIKRetargetRigMapperOpSettings struct containing all the settings to apply to this op