Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorAnimUtils.h |
| Include | #include "EditorAnimUtils.h" |
namespace EditorAnimUtils
{
template<class AssetType>
TMap< AssetType &42;, AssetType &42; > EditorAnimUtils&58;&58;DuplicateAssets
&40;
const TArray< AssetType &42; > & AssetsToDuplicate,
UPackage &42; DestinationPackage,
const FNameDuplicationRule &42; NameRule
&41;
}
Remarks
Duplicates the supplied AssetsToDuplicate and returns a map of original asset to duplicate. Templated wrapper that calls DuplicateAssetInternal. TMap of original animation to duplicate
Parameters
| Name | Description |
|---|---|
| AssetsToDuplicate | The animations to duplicate |
| DestinationPackage | The package that the duplicates should be placed in |