Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargetBatchOperation
Description
Convenience function to run a batch animation retarget from Blueprint / Python. This function will duplicate a list of AssetsToRetarget and use the supplied IK Retargeter to retarget the animation from the source to the target using the settings in the provided IK Retargeter asset.
| Name | RunBatchRetarget |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetBatchOperation.h |
| Include Path | #include "RetargetEditor/IKRetargetBatchOperation.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RetargetEditor/IKRetargetBatchOperation.cpp |
UFUNCTION (BlueprintCallable, Category=IKBatchRetarget)
static TArray < FAssetData > RunBatchRetarget
(
const FIKRetargetBatchOperationInputs & Inputs
)
a list of new animation files created
Parameters
| Name | Remarks |
|---|---|
| Inputs | a struct with all the inputs required to run a batch process |