LootLocker Unreal Server SDK 6.6.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerCatalogPagination Struct Reference

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.
 

Detailed Description

Cursor-based pagination information for a catalog listing response.

Field Documentation

◆ Next_cursor

FString FLootLockerServerCatalogPagination::Next_cursor

The cursor to use to get the next page of results.

Empty string means there are no more pages.

◆ Total

int64 FLootLockerServerCatalogPagination::Total = 0

The total number of items in the catalog.