UAdvancedCopyCustomization::CustomCopyValidate

Allows for additional validation of the packages to be copied and their destination.

Unreal Engine C++ API Reference > Developer > AssetTools > UAdvancedCopyCustomization

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/AdvancedCopyCustomization.h
Include #include "AdvancedCopyCustomization.h"
virtual bool CustomCopyValidate
(
    const [TMap](API\Runtime\Core\Containers\TMap)< [FString](API\Runtime\Core\Containers\FString), [FString](API\Runtime\Core\Containers\FString) > & OutPackagesAndDestinations
) const

Remarks

Allows for additional validation of the packages to be copied and their destination. Returns false if anything doesn't pass validation


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library