This data structure is part of the Leaderboards Interface.
Contains information about a single leaderboard record
Properties
EOS_Leaderboards_LeaderboardRecord
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_LEADERBOARDS_LEADERBOARDRECORD_API_LATEST.
|
EOS_ProductUserId UserId
|
The Product User ID assoicated with this record
|
uint32_t Rank
|
Sorted position on leaderboard
|
int32_t Score
|
Leaderboard score
|
const char* UserDisplayName
|
The latest display name seen for the user since they last time logged in. This is empty if the user does not have a display name set.
|
This data structure is part of the Leaderboards Interface.
Contains information about a single leaderboard record
Properties
Leaderboards.LeaderboardRecord
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_LEADERBOARDS_LEADERBOARDRECORD_API_LATEST.
|
ProductUserId UserId
|
The Product User ID assoicated with this record
|
uint Rank
|
Sorted position on leaderboard
|
int Score
|
Leaderboard score
|
string UserDisplayName
|
The latest display name seen for the user since they last time logged in. This is empty if the user does not have a display name set.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no