Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/UAdvancedCopyCustomization
Description
Allows for additional validation of the packages to be copied and their destination. Returns false if anything doesn't pass validation
| Name | CustomCopyValidate |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/AdvancedCopyCustomization.h |
| Include Path | #include "AdvancedCopyCustomization.h" |
virtual bool CustomCopyValidate
(
const TMap < FString, FString > & OutPackagesAndDestinations
) const