概要 - 全期間のリーダーボード - (Unreal Engine モジュール)
Last updated on October 23, 2024
Introduction
Leaderboards can make competitive play more engaging and exciting. In this module, you will learn how to create and display a simple leaderboard in Byte Wars.
Prerequisites
In order to complete this, module you will need:
To have completed the following module:
The Byte Wars
tutorialmodules
branch checked out in your local Byte Wars Unreal project repository.To have force enabled this module. You can do this by adding the following code to the
Config/DefaultEngine.ini
file:[AccelByteTutorialModules]
+ForcedEnabledModules=TutorialModule:LEADERBOARDESSENTIALS
...
Learning objectives
At the end of this module, you will know how to implement:
- A high score leaderboard
- Adding a player's score to the leaderboard
- Listing and displaying all the scores in the leaderboard
Preview
At the end of this module, your project will look like the image below: