Matchmaking #

You must have the party flow fully implemented before beginning this guide. See the Parties guide for further details.

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 matchmaking flow.

In this section #

TopicDescription
Set Up Matchmaking with Pragma EngineAllowing parties to enter matchmaking.
Unreal: MatchmakingBuild the functionality to handle matchmaking in our Unreal project.