ICollectionManager::DestroyCollection

Removes a collection to the asset registry. A .collection file will be deleted from disk.

Windows
MacOS
Linux

References

Module

CollectionManager

Header

/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h

Include

#include "ICollectionManager.h"

Syntax

bool DestroyCollection
(
    FName CollectionName,
    ECollectionShareType::Type ShareType
)

Remarks

Removes a collection to the asset registry. A .collection file will be deleted from disk.

Returns

true if the remove was successful

Parameters

Parameter

Description

CollectionName

The name of the collection to remove.

ShareType

The way the collection is shared.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss