#include <LootLockerServerCatalogRequest.h>
◆ ULootLockerServerCatalogRequest()
| ULootLockerServerCatalogRequest::ULootLockerServerCatalogRequest |
( |
| ) |
|
◆ ListCatalogItemsById()
List catalog items by their catalog_listing_ids, with entity details and optionally metadata inlined directly.
- Parameters
-
| CatalogListingIds | Array of catalog_listing_id strings to look up (max 100) |
| IncludeMetadata | If true, includes metadata for each entry, filtered by MetadataKeys if provided |
| MetadataKeys | Optional: specific metadata keys to include. If empty, all metadata is returned. |
| OnResponseCompleted | Delegate for handling the response |
◆ ListCatalogItemsByKey()
List catalog items (entries with prices) for the catalog identified by the given key.
Use Count and After for cursor-based pagination. Pass After = "" and Count = 0 to get the first page with the default page size.
- Parameters
-
| CatalogKey | The unique key of the catalog to list items for |
| Count | Optional: number of items to return per page (0 = server default) |
| After | Optional: cursor from a previous response's Pagination.Next_cursor to get the next page |
| OnResponseCompleted | Delegate for handling the response |