AssetViewUtils::DeleteAssets

Attempts to deletes the specified assets. Returns the number of assets deleted

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  
{  
    int32 AssetViewUtils::DeleteAssets  
    (  
        const [TArray](API\Runtime\Core\Containers\TArray)< [UObject](API\Runtime\CoreUObject\UObject\UObject) * > & AssetsToDelete  
    )  
}  

Remarks

Attempts to deletes the specified assets. Returns the number of assets deleted


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library