Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UIKRetargetBatchOperation
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetBatchOperation.h |
| Include | #include "RetargetEditor/IKRetargetBatchOperation.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UIKRetargetBatchOperation : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FAssetData > | DuplicateAndRetarget
(
const TArray< FAssetData >& AssetsToRetarget, |
Convenience function to run a batch animation retarget from Blueprint / Python. | |
| void | RunRetarget
(
FIKRetargetBatchOperationContext& Context |
Actually run the process to duplicate and retarget the assets for the given context |