This data structure is part of the Leaderboards Interface.
Remarks
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 associated 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. |