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

#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.
 

Field Documentation

◆ content_length

int FLootLockerServerLeaderboardArchive::content_length = 0

Length of the archived Leaderboard.

◆ content_type

FString FLootLockerServerLeaderboardArchive::content_type

The type of content (application/json).

◆ key

FString FLootLockerServerLeaderboardArchive::key

The Key which is used to identify a json body of an old Leaderboard.

◆ last_modified

FString FLootLockerServerLeaderboardArchive::last_modified

The date when the archived Leaderboard was modified.