Space Plunder
Loading...
Searching...
No Matches
UGetLeaderboardEntries Class Reference

#include <GetLeaderboardEntries.h>

Inheritance diagram for UGetLeaderboardEntries:

Static Public Member Functions

static FString GetLeaderboardName (const FSteamLeaderboardHandle Handle)
 
static int32 GetLeaderboardEntryCount (const FSteamLeaderboardHandle Handle)
 
static ESteamLeaderboardSortMethod GetLeaderboardSortMethod (const FSteamLeaderboardHandle Handle)
 
static ESteamLeaderboardDisplayType GetLeaderboardDisplayType (const FSteamLeaderboardHandle Handle)
 

Member Function Documentation

◆ GetLeaderboardDisplayType()

ESteamLeaderboardDisplayType UGetLeaderboardEntries::GetLeaderboardDisplayType ( const FSteamLeaderboardHandle Handle)
static
25{
26 const ELeaderboardDisplayType LeaderboardDisplayType = SteamUserStats()->GetLeaderboardDisplayType(Handle.Handle);
27 uint8 DisplayTypeIndex = static_cast<uint8>(LeaderboardDisplayType);
28 const ESteamLeaderboardDisplayType DisplayType = static_cast<ESteamLeaderboardDisplayType>(DisplayTypeIndex);
29 return DisplayType;
30}
ESteamLeaderboardDisplayType
Definition LeaderboardData.h:47
FSteamLeaderboard Handle
Definition LeaderboardData.h:71

◆ GetLeaderboardEntryCount()

int32 UGetLeaderboardEntries::GetLeaderboardEntryCount ( const FSteamLeaderboardHandle Handle)
static
12{
13 return SteamUserStats()->GetLeaderboardEntryCount(Handle.Handle);
14}

◆ GetLeaderboardName()

FString UGetLeaderboardEntries::GetLeaderboardName ( const FSteamLeaderboardHandle Handle)
static

returns the name of a leaderboard

7{
8 return SteamUserStats()->GetLeaderboardName(Handle.Handle);
9}

◆ GetLeaderboardSortMethod()

ESteamLeaderboardSortMethod UGetLeaderboardEntries::GetLeaderboardSortMethod ( const FSteamLeaderboardHandle Handle)
static
17{
18 const ELeaderboardSortMethod LeaderboardSortMethod = SteamUserStats()->GetLeaderboardSortMethod(Handle.Handle);
19 uint8 SortMethodIndex = static_cast<uint8>(LeaderboardSortMethod);
20 const ESteamLeaderboardSortMethod SortMethod = static_cast<ESteamLeaderboardSortMethod>(SortMethodIndex);
21 return SortMethod;
22}
ESteamLeaderboardSortMethod
Definition LeaderboardData.h:28

The documentation for this class was generated from the following files: