unreal.RetargetProfileLibrary¶
- class unreal.RetargetProfileLibrary(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
BlueprintFunctionLibraryRetarget Profile Library
C++ Source:
Plugin: IKRig
Module: IKRig
File: IKRetargetProfile.h
- classmethod copy_retarget_profile_from_retarget_asset(retarget_asset) RetargetProfile¶
Copy Retarget Profile from Retarget Asset
- Parameters:
retarget_asset (IKRetargeter)
- Return type:
- classmethod get_op_controller_from_retarget_profile(retarget_profile, retarget_op_name) -> (IKRetargetOpControllerBase, retarget_profile=RetargetProfile)¶
Get Op Controller from Retarget Profile
- Parameters:
retarget_profile (RetargetProfile)
retarget_op_name (Name)
- Returns:
retarget_profile (RetargetProfile):
- Return type: