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

概要 - デバイス ID でログインする - (Unreal Engine モジュール)

Last updated on June 12, 2024

Introduction

Before players can take advantage of AccelByte Gaming Services (AGS) in your game, you first need to authenticate them. This module teaches you how to do this by having your players log in using their device ID.

Prerequisites

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 configured the AccelByte's SDKs. Refer to Install the AGS Game SDK to learn more.

  • To force enable this module by adding the following code to the Config/DefaultEngine.ini file:

    [AccelByteTutorialModules]
    +ForcedEnabledModules=TutorialModule:AUTHESSENTIALS
    ...

Learning objectives

At the end of this module, you will know how to implement logins with device IDs.

Preview

At the end of this module, your project will look like the images below.

  • Login success:

    Byte Wars device ID login success gif

  • Login failure:

    Byte Wars device ID login failure gif