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

#include <LootLockerServerResponse.h>

Data Fields

int32 Total = 0
 How many entries in total exists in the paginated list.
 
int32 Offset = 0
 How many entries (counting from the beginning of the paginated list) from the first entry that the current page starts at.
 
int32 Per_page = 0
 Number of entries on each page.
 
int32 Last_page = 0
 The page index to use for fetching the last page of entries.
 
int32 Current_page = 0
 The page index used for fetching this page of entries.
 
FString Next_page
 The page index to use for fetching the page of entries immediately succeeding this page of entries.
 
FString Prev_page
 The page index to use for fetching the page of entries immediately preceding this page of entries.
 
TArray< FLootLockerServerExtendedPaginationErrorErrors
 List of pagination errors (if any).
 

Field Documentation

◆ Current_page

int32 FLootLockerServerExtendedIndexBasedPagination::Current_page = 0

The page index used for fetching this page of entries.

◆ Errors

TArray<FLootLockerServerExtendedPaginationError> FLootLockerServerExtendedIndexBasedPagination::Errors

List of pagination errors (if any).

These are errors specifically related to the pagination of the entry set.

◆ Last_page

int32 FLootLockerServerExtendedIndexBasedPagination::Last_page = 0

The page index to use for fetching the last page of entries.

◆ Next_page

FString FLootLockerServerExtendedIndexBasedPagination::Next_page

The page index to use for fetching the page of entries immediately succeeding this page of entries.

◆ Offset

int32 FLootLockerServerExtendedIndexBasedPagination::Offset = 0

How many entries (counting from the beginning of the paginated list) from the first entry that the current page starts at.

◆ Per_page

int32 FLootLockerServerExtendedIndexBasedPagination::Per_page = 0

Number of entries on each page.

◆ Prev_page

FString FLootLockerServerExtendedIndexBasedPagination::Prev_page

The page index to use for fetching the page of entries immediately preceding this page of entries.

◆ Total

int32 FLootLockerServerExtendedIndexBasedPagination::Total = 0

How many entries in total exists in the paginated list.