Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
| |
|
| Name |
FLeaderboardEntry |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Leaderboards.h |
| Include Path |
#include "Online/Leaderboards.h" |
Syntax
struct FLeaderboardEntry
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AccountId |
FAccountId |
The account id of this leaderboard entry |
Online/Leaderboards.h |
|
| Rank |
int32 |
The rank of this account |
Online/Leaderboards.h |
|
| Score |
int64 |
The score of this account |
Online/Leaderboards.h |
|