Leaderboard scheduling uses the CRON format for deciding when to reset. You can read more about it here.
As you create a Leaderboard, you can set a cron value (Or simply select a quick cron value), which determines the schedule.
If you want to edit, or haven't set a schedule before creating the Leaderboard. The Schedule settings will be found inside the Leaderboard, under Settings.
Configure rewards in Web Console
The rewards settings can be found underneath Rewards. Once you have selected the reward type (Asset, Currency, Progression Point, Progression Reset, Group), you must configure the selection.
Here we have configured the selection to use the players ranking, in between a range of min 1 and max 10, this will result in the top 10 players recieving the reward.
You can customize this further, by selecting different types, directions and position.
We start by getting the leaderboard data and iterating through each reward.
Then we switch through the `Reward Kind`, and branch out into different logic based on the result.
Finally we get the information and from now you can generate your ui or further game logic.
Conclusion
In this how to, we have added additional functionality to our leaderboards. Rewards will be given automatically to players who fulfill the requirements once the leaderboard resets.