Overview - Wallet Essentials - (Unreal Engine module)
Last updated on July 28, 2025
Introduction
Wallets allow players to store and spend virtual currencies in your game. By configuring wallets and defining one or more currencies through the AccelByte platform, you can support in-game purchases and rewards. This setup provides a flexible and secure virtual economy that integrates seamlessly with your in-game store.
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 force enable this module by adding the following code to the
Config/DefaultEngine.ini
file:[AccelByteTutorialModules]
+ForcedEnabledModules=TutorialModule:WALLETESSENTIALS
...
Learning objectives
At the end of this module, you will be able to:
- Add in-game currency using the Admin Portal.
- Display the player's wallet information in the game.
Preview
At the end of this module, your project will look like the images below:
-
Player's wallet information displayed in the Item Shop.