Set up leaderboards - All time leaderboard - (Unreal Engine module)
Last updated on March 24, 2025
Configure leaderboards in the Admin Portal
In this tutorial, you will configure leaderboards in Admin Portal for all game modes: Single Player, Elimination, and Team Deathmatch.
Log in to the Admin Portal and go to your game namespace dashboard.
Go to Engagement > Leaderboard. Then, click Create Leaderboard.
On the form that appears, use the configuration below to create a new leaderboard for the Single Player game mode. Once done, click the Add button.
- Leaderboard Code: the unique code to identify your leaderboard. Set it to
board-unreal-highestscore-singleplayer
. - Stat Code: the statistic to be ranked by the leaderboard. You have configured the statistics in the Stat tracking module. Set this to the
unreal-highestscore-singleplayer
. - Name: the descriptive name of your leaderboard. Set it to
Unreal Leaderboard Single Player
. - Cycle: the periodic time cycle for the leaderboard. Since you're implementing the All-Time leaderboard, leave it empty.
- All-Time Cycle: enable this to activate the All-Time leaderboard.
- Order: the order of the entries in the leaderboard. Since the rank is determined by high score, set this to Descending.
- Icon: the icon of the leaderboard. You can add one if you like, but for this tutorial, leave it empty.
- Leaderboard Code: the unique code to identify your leaderboard. Set it to
Now, repeat the steps mentioned above to create a new leaderboard for the Elimination game mode by using the configuration below:
- Leaderboard Code: set it to
board-unreal-highestscore-elimination
. - Stat Code: set it to the
unreal-highestscore-elimination
. - Name: set it to
Unreal Leaderboard Elimination
. - Cycle: leave it empty.
- All-Time Cycle: enable this option.
- Order: set it to Descending.
- Icon: leave it empty.
- Leaderboard Code: set it to
Repeat again to create a new leaderboard for the Team Deathmatch game mode by using the configuration below:
- Leaderboard Code: set it to board-unreal-highestscore-teamdeathmatch.
- Stat Code: set it to the unreal-highestscore-teamdeathmatch.
- Name: set it to Unreal Leaderboard Team Deathmatch.
- Cycle: leave it empty.
- All-Time Cycle: enable this option.
- Order: set it to Descending.
- Icon: leave it empty.