IAssetTools::GetAllAdvancedCopySources

Find all the dependencies that also need to be copied in the advanced copy, mapping them to the file that depends on them and excluding any that don't pass the ARFilter stored on CopyParams

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

void GetAllAdvancedCopySources
(
    FName SelectedPackage,
    FAdvancedCopyParams & CopyParams,
    TArray< FName > & OutPackageNamesToCopy,
    TMap< FName, FName > & DependencyMap,
    const class UAdvancedCopyCustomization * CopyCustomization
) const

Remarks

Find all the dependencies that also need to be copied in the advanced copy, mapping them to the file that depends on them and excluding any that don't pass the ARFilter stored on CopyParams

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