EOS_Leaderboards_QueryLeaderboardDefinitionsOptions

EOS API reference page for EOS_Leaderboards_QueryLeaderboardDefinitionsOptions

1分で読めます

This data structure is part of the Leaderboards Interface.

Remarks

Input parameters for the EOS_Leaderboards_QueryLeaderboardDefinitions function. StartTime and EndTime are optional parameters, they can be used to limit the list of definitions to overlap the time window specified.

Properties

EOS_Leaderboards_QueryLeaderboardDefinitionsOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_LEADERBOARDS_QUERYLEADERBOARDDEFINITIONS_API_LATEST.
int64_t StartTimeAn optional POSIX timestamp for the leaderboard's start time, or EOS_LEADERBOARDS_TIME_UNDEFINED
int64_t EndTimeAn optional POSIX timestamp for the leaderboard's end time, or EOS_LEADERBOARDS_TIME_UNDEFINED
EOS_ProductUserId LocalUserIdProduct User ID for user who is querying definitions. Must be set when using a client policy that requires a valid logged in user. Not used for Dedicated Server where no user is available.