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