Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveFromCollection
(
FName CollectionName, |
Removes the asset from the specified collection. | ICollectionContainer.h | |
bool RemoveFromCollection
(
FName CollectionName, |
ICollectionContainer.h |
RemoveFromCollection(FName, ECollectionShareType::Type, const FSoftObjectPath &, FText *)
Description
Removes the asset from the specified collection.
| Name | RemoveFromCollection |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionContainer.h |
| Include Path | #include "ICollectionContainer.h" |
bool RemoveFromCollection
(
FName CollectionName,
ECollectionShareType::Type ShareType,
const FSoftObjectPath & ObjectPath,
FText * OutError
)
true if the remove was successful.
Parameters
| Name | Remarks |
|---|---|
| CollectionName | The collection from which to remove the asset |
| ShareType | The way the collection is shared. |
| ObjectPath | the ObjectPath of the asset to remove. |
| OutNumRemoved | if non-NULL, the number of objects successfully removed from the collection |
| OutError | Optional human readable explanation of why the operation failed |
RemoveFromCollection(FName, ECollectionShareType::Type, TConstArrayView< FSoftObjectPath >, int32 , FText )
| Name | RemoveFromCollection |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/ICollectionContainer.h |
| Include Path | #include "ICollectionContainer.h" |
bool RemoveFromCollection
(
FName CollectionName,
ECollectionShareType::Type ShareType,
TConstArrayView< FSoftObjectPath > ObjectPaths,
int32 * OutNumRemoved,
FText * OutError
)