![]() |
LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
|
Cursor-based pagination information for a catalog listing response. More...
#include <LootLockerServerCatalogRequest.h>
Data Fields | |
| int64 | Total = 0 |
| The total number of items in the catalog. | |
| FString | Next_cursor |
| The cursor to use to get the next page of results. | |
Cursor-based pagination information for a catalog listing response.
| FString FLootLockerServerCatalogPagination::Next_cursor |
The cursor to use to get the next page of results.
Empty string means there are no more pages.
| int64 FLootLockerServerCatalogPagination::Total = 0 |
The total number of items in the catalog.