This data structure is part of the Leaderboards Interface.
Remarks
Contains information about a single leaderboard definition
Properties
EOS_Leaderboards_Definition
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_LEADERBOARDS_DEFINITION_API_LATEST. |
const char* LeaderboardId | Unique ID to identify leaderboard. |
const char* StatName | Name of stat used to rank leaderboard. |
EOS_ELeaderboardAggregation Aggregation | Aggregation used to sort leaderboard. |
int64_t StartTime | The POSIX timestamp for the start time, or EOS_LEADERBOARDS_TIME_UNDEFINED. |
int64_t EndTime | The POSIX timestamp for the end time, or EOS_LEADERBOARDS_TIME_UNDEFINED. |