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

#include <LootLockerServerLeaderboardRequest.h>

Collaboration diagram for FLootLockerServerLeaderboardEntryWithLeaderboardData:

Data Fields

int Leaderboard_id = 0
 The ID of this leaderboard.
 
FString Leaderboard_key = ""
 The unique key for this leaderboard, used.
 
FString Ulid = ""
 The ulid of this leaderboard.
 
FLootLockerServerLeaderboardEntry Rank
 The entry of the player in this leaderboard.
 

Field Documentation

◆ Leaderboard_id

int FLootLockerServerLeaderboardEntryWithLeaderboardData::Leaderboard_id = 0

The ID of this leaderboard.

◆ Leaderboard_key

FString FLootLockerServerLeaderboardEntryWithLeaderboardData::Leaderboard_key = ""

The unique key for this leaderboard, used.

◆ Rank

FLootLockerServerLeaderboardEntry FLootLockerServerLeaderboardEntryWithLeaderboardData::Rank

The entry of the player in this leaderboard.

◆ Ulid

FString FLootLockerServerLeaderboardEntryWithLeaderboardData::Ulid = ""

The ulid of this leaderboard.