Skip to main content

Overview - Session chat - (Unreal Engine module)

Last updated on September 4, 2025

Introduction

While in a game session or a party, in-game chat is important for players social interaction to form deeper bonds. This module shows you how to intergate session chat to Byte Wars, allowing the players to chat with others via game session and party.

Prerequisites

To complete this module, you will need:

Learning objectives

At the end of this module, you will know how to implement:

  • Sending and receiving chat messages in game session.
  • Sending and receiving chat messages in party.

Preview

At the end of this module, your project will look like the image below:

  • Game session chat:

    Game session chat demo Unreal Byte Wars session chat

  • Party session chat:

    Party session chat demo Unreal Byte Wars session chat

References