IAssetTools::GenerateAdvancedCopyDestinations

Given a set of packages to copy, generate the map of those packages to destination filenames

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

void GenerateAdvancedCopyDestinations
(
    FAdvancedCopyParams & InParams,
    const TArray< FName > & InPackageNamesToCopy,
    const UAdvancedCopyCustomization * CopyCustomization,
    TMap< FString, FString > & OutPackagesAndDestinations
) const

Remarks

Given a set of packages to copy, generate the map of those packages to destination filenames

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss