Navigation
BlueprintAPI > BlueprintAPI/CollectionManager
Gets the given collections in the given container (matching only by name).
Target is Collection Manager Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Container | The container to search. "None" defaults to the base game's container. |
| name | Collection | The collection to look for. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Out Collections | The collections found. |
| boolean | Return Value | True if OutCollections contains at least one collection, false otherwise (see the output log for details on error). |