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

#include <LootLockerServerLeaderboardRequest.h>

Collaboration diagram for FLootLockerServerLeaderboard:

Data Fields

int ID = 0
 The ID of this leaderboard.
 
int Game_id = 0
 The ID of the game this leaderboard is in.
 
FString Key = ""
 The unique key of this leaderboard.
 
FString Ulid = ""
 The ulid of this leaderboard.
 
FString Name = ""
 The name of the leaderboard.
 
ELootLockerServerLeaderboardType Type = ELootLockerServerLeaderboardType::player
 The type of leaderboard.
 
ELootLockerServerLeaderboardDirection Direction_method = ELootLockerServerLeaderboardDirection::ascending
 The sort order of the leaderboard.
 
bool Enable_game_api_writes = false
 Is the game api allowed to write to this leaderboard.
 
bool Overwrite_score_on_submit = false
 Do new submits overwrite existing scores for members on this leaderboard.
 
bool Has_metadata = false
 Is metadata enabled on this leaderboard.
 
FString Created_at = ""
 The creation time of this leaderboard.
 
FString Updated_at = ""
 The last time this leaderboard was updated.
 
FLootLockerServerLeaderboardSchedule Schedule
 Schedule of the Leaderboard.
 
TArray< FLootLockerServerLeaderboardRewardRewards
 A List of rewards tied to the Leaderboard.
 

Field Documentation

◆ Created_at

FString FLootLockerServerLeaderboard::Created_at = ""

The creation time of this leaderboard.

◆ Direction_method

The sort order of the leaderboard.

◆ Enable_game_api_writes

bool FLootLockerServerLeaderboard::Enable_game_api_writes = false

Is the game api allowed to write to this leaderboard.

◆ Game_id

int FLootLockerServerLeaderboard::Game_id = 0

The ID of the game this leaderboard is in.

◆ Has_metadata

bool FLootLockerServerLeaderboard::Has_metadata = false

Is metadata enabled on this leaderboard.

◆ ID

int FLootLockerServerLeaderboard::ID = 0

The ID of this leaderboard.

◆ Key

FString FLootLockerServerLeaderboard::Key = ""

The unique key of this leaderboard.

◆ Name

FString FLootLockerServerLeaderboard::Name = ""

The name of the leaderboard.

◆ Overwrite_score_on_submit

bool FLootLockerServerLeaderboard::Overwrite_score_on_submit = false

Do new submits overwrite existing scores for members on this leaderboard.

◆ Rewards

TArray<FLootLockerServerLeaderboardReward> FLootLockerServerLeaderboard::Rewards

A List of rewards tied to the Leaderboard.

◆ Schedule

FLootLockerServerLeaderboardSchedule FLootLockerServerLeaderboard::Schedule

Schedule of the Leaderboard.

◆ Type

The type of leaderboard.

◆ Ulid

FString FLootLockerServerLeaderboard::Ulid = ""

The ulid of this leaderboard.

◆ Updated_at

FString FLootLockerServerLeaderboard::Updated_at = ""

The last time this leaderboard was updated.