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