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

#include <LootLockerServerLeaderboardArchiveRequestHandler.h>

Collaboration diagram for FLootLockerServerLeaderboardArchiveDetails:

Data Fields

FLootLockerServerLeaderboardArchivePlayer player
 The Player on the archived Leaderboard.
 
FString metadata
 Metadata if any was supplied.
 
FString member_id
 The Player's member ID on the Archived Leaderboard.
 
int rank = 0
 The Player's rank on the archived Leaderboard.
 
int score = 0
 The Player's Score on the archived Leaderboard.
 

Field Documentation

◆ member_id

FString FLootLockerServerLeaderboardArchiveDetails::member_id

The Player's member ID on the Archived Leaderboard.

◆ metadata

FString FLootLockerServerLeaderboardArchiveDetails::metadata

Metadata if any was supplied.

◆ player

FLootLockerServerLeaderboardArchivePlayer FLootLockerServerLeaderboardArchiveDetails::player

The Player on the archived Leaderboard.

◆ rank

int FLootLockerServerLeaderboardArchiveDetails::rank = 0

The Player's rank on the archived Leaderboard.

◆ score

int FLootLockerServerLeaderboardArchiveDetails::score = 0

The Player's Score on the archived Leaderboard.