Overview - Friend list - (Unreal Engine module)
Last updated on October 24, 2024
Introduction
In this module, you will learn how to get and display the friend list of a player on a simple user interface.
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:FRIENDSESSENTIALS
...
Learning objectives
At the end of this module, you will know how to implement displaying a player's friend list.
Preview
At the end of this module, you your project will look like the image below: