Navigation
BlueprintAPI > BlueprintAPI/CollectionManager
Remove the given assets from the given collection.
Target is Collection Manager Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Collection | The collection to modify. |
| object | Asset Ptrs | Assets to remove. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the collection was modified, false otherwise (see the output log for details on error). |