AssetViewUtils::CopyAssets

Copies assets to a new path

Unreal Engine C++ API Reference > Developer > AssetTools

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h
Include #include "AssetViewUtils.h"
Source /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp
namespace AssetViewUtils  
{  
    void AssetViewUtils::CopyAssets  
    (  
        const [TArray](API\Runtime\Core\Containers\TArray)< [UObject](API\Runtime\CoreUObject\UObject\UObject) * > & Assets,  
        const [FString](API\Runtime\Core\Containers\FString) & DestPath  
    )  
}  

Remarks

Copies assets to a new path

Parameters

Name Description
Assets The assets to copy
DestPath The destination folder in which to copy the assets

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library