LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerExtendedIndexBasedPagination Struct Reference

#include <LootLockerResponse.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< FLootLockerExtendedPaginationErrorErrors
 List of pagination errors (if any).
 

Field Documentation

◆ Current_page

int32 FLootLockerExtendedIndexBasedPagination::Current_page = 0

The page index used for fetching this page of entries.

◆ Errors

TArray<FLootLockerExtendedPaginationError> FLootLockerExtendedIndexBasedPagination::Errors

List of pagination errors (if any).

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

◆ Last_page

int32 FLootLockerExtendedIndexBasedPagination::Last_page = 0

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

◆ Next_page

FString FLootLockerExtendedIndexBasedPagination::Next_page = ""

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

This is a string because this is a nullable field.

◆ Offset

int32 FLootLockerExtendedIndexBasedPagination::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 FLootLockerExtendedIndexBasedPagination::Per_page = 0

Number of entries on each page.

◆ Prev_page

FString FLootLockerExtendedIndexBasedPagination::Prev_page = ""

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

This is a string because this is a nullable field.

◆ Total

int32 FLootLockerExtendedIndexBasedPagination::Total = 0

How many entries in total exists in the paginated list.