EOS_Leaderboards_Definition

EOS API reference page for EOS_Leaderboards_Definition

1 min to read

This data structure is part of the Leaderboards Interface.

Remarks

Contains information about a single leaderboard definition

Properties

EOS_Leaderboards_Definition

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_LEADERBOARDS_DEFINITION_API_LATEST.
const char* LeaderboardIdUnique ID to identify leaderboard.
const char* StatNameName of stat used to rank leaderboard.
EOS_ELeaderboardAggregation AggregationAggregation used to sort leaderboard.
int64_t StartTimeThe POSIX timestamp for the start time, or EOS_LEADERBOARDS_TIME_UNDEFINED.
int64_t EndTimeThe POSIX timestamp for the end time, or EOS_LEADERBOARDS_TIME_UNDEFINED.