メインコンテンツまでスキップ

概要 - 全期間のリーダーボード - (Unreal Engine モジュール)

Last updated on June 12, 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 force enable this module 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:

Leaderboard demo Unreal Byte Wars all time leaderboard