Skip to main content

Unreal Engine Module - Display a List of Friends - Overview

Last updated on January 13, 2024

Introduction

In this module, you will learn how to get and display the friend list on a simple user interface.

Prerequisites

In order to start on this module you will need to have the following.

  • Complete Module: Add a Friend.
  • Byte Wars's tutorialmodules branch from our GitHub repository and have configured the SDK.
  • Force enable this module by adding the following code to the Config/DefaultEngine.ini file.
    [AccelByteTutorialModules]
    +ForcedEnabledModules=TutorialModule:FRIENDSESSENTIALS
    ...

Learning Objectives

At the end of this tutorial, you will understand:

  • How to request and display a player's friends.

Preview

At the end of this tutorial, you will get results similar to the images below.

Get accepted friend list demo

References