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

#include <LootLockerServerLeaderboardRequest.h>

Inheritance diagram for FLootLockerServerCreateLeaderboardRequest:
Collaboration diagram for FLootLockerServerCreateLeaderboardRequest:

Public Member Functions

 FLootLockerServerCreateLeaderboardRequest (const FString &InKey, const FString &InName, ELootLockerServerLeaderboardDirection InDirectionMethod, bool InEnableGameApiWrites, bool InOverwriteScoreOnSubmit)
 
 FLootLockerServerCreateLeaderboardRequest ()
 
- Public Member Functions inherited from FLootLockerServerLeaderboardBaseRequest
 FLootLockerServerLeaderboardBaseRequest (const FString &InKey, const FString &InName, ELootLockerServerLeaderboardDirection InDirectionMethod, bool InEnableGameApiWrites, bool InOverwriteScoreOnSubmit)
 
 FLootLockerServerLeaderboardBaseRequest ()
 

Data Fields

ELootLockerServerLeaderboardType Type = ELootLockerServerLeaderboardType::player
 The type of leaderboard to create.
 
bool Has_metadata = false
 Enable metadata on this leaderboard.
 
- Data Fields inherited from FLootLockerServerLeaderboardBaseRequest
FString Key = ""
 The unique key of the leaderboard.
 
FString Name = ""
 The name of the leaderboard.
 
ELootLockerServerLeaderboardDirection Direction_method = ELootLockerServerLeaderboardDirection::ascending
 The sort order of the leaderboard.
 
bool Enable_game_api_writes = false
 Allow the game api to write to this leaderboard.
 
bool Overwrite_score_on_submit = false
 Always overwrite existing scores for members on this leaderboard.
 

Constructor & Destructor Documentation

◆ FLootLockerServerCreateLeaderboardRequest() [1/2]

FLootLockerServerCreateLeaderboardRequest::FLootLockerServerCreateLeaderboardRequest ( const FString &  InKey,
const FString &  InName,
ELootLockerServerLeaderboardDirection  InDirectionMethod,
bool  InEnableGameApiWrites,
bool  InOverwriteScoreOnSubmit 
)
inline

◆ FLootLockerServerCreateLeaderboardRequest() [2/2]

FLootLockerServerCreateLeaderboardRequest::FLootLockerServerCreateLeaderboardRequest ( )
inline

Field Documentation

◆ Has_metadata

bool FLootLockerServerCreateLeaderboardRequest::Has_metadata = false

Enable metadata on this leaderboard.

◆ Type

ELootLockerServerLeaderboardType FLootLockerServerCreateLeaderboardRequest::Type = ELootLockerServerLeaderboardType::player

The type of leaderboard to create.