![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
#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< FLootLockerExtendedPaginationError > | Errors |
| List of pagination errors (if any). | |
| int32 FLootLockerExtendedIndexBasedPagination::Current_page = 0 |
The page index used for fetching this page of entries.
| TArray<FLootLockerExtendedPaginationError> FLootLockerExtendedIndexBasedPagination::Errors |
List of pagination errors (if any).
These are errors specifically related to the pagination of the entry set.
| int32 FLootLockerExtendedIndexBasedPagination::Last_page = 0 |
The page index to use for fetching the last page of entries.
| 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.
| 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.
| int32 FLootLockerExtendedIndexBasedPagination::Per_page = 0 |
Number of entries on each 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.
| int32 FLootLockerExtendedIndexBasedPagination::Total = 0 |
How many entries in total exists in the paginated list.