Navigation
API > API/Developer > API/Developer/AssetTools
Description
Attempts to delete the specified folders and all assets inside them. Returns true if the operation succeeded.
| Name | AssetViewUtils::DeleteFolders |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h |
| Include Path | #include "AssetViewUtils.h" |
| Source | /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp |
namespace AssetViewUtils
{
bool AssetViewUtils::DeleteFolders
(
const TArray < FString > & PathsToDelete
)
}