Parties #

Most match-based games follow a game flow that involves creating a lobby and inviting friends to join a party, making pre-game selections such as choosing a character, entering matchmaking, playing the game, then ending the game with post-match results.

This guide provides a simplified walkthrough of building out the party aspects of the game flow, including creating a party, inviting other players, selecting a character, readying up, and leaving a party.

Core Concepts:
Check out our Concepts guides for more information about parties.

Prerequisites:

  • Pragma Engine, Postman, and IntelliJ must be installed. See Initial Setup.

In this section #

TopicDescription
Set Up Parties with Pragma EngineSet up Pragma Engine by defining party protos and building the Party Plugin.
Unreal: PartiesBuild the functionality to handle parties in our Unreal project.