![]() |
LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
|
#include <LootLockerServerLeaderboardArchiveRequestHandler.h>
Data Fields | |
| FString | last_modified |
| The date when the archived Leaderboard was modified. | |
| FString | content_type |
| The type of content (application/json). | |
| FString | key |
| The Key which is used to identify a json body of an old Leaderboard. | |
| int | content_length = 0 |
| Length of the archived Leaderboard. | |
| int FLootLockerServerLeaderboardArchive::content_length = 0 |
Length of the archived Leaderboard.
| FString FLootLockerServerLeaderboardArchive::content_type |
The type of content (application/json).
| FString FLootLockerServerLeaderboardArchive::key |
The Key which is used to identify a json body of an old Leaderboard.
| FString FLootLockerServerLeaderboardArchive::last_modified |
The date when the archived Leaderboard was modified.