Matchmaking #

The Matchmaking service uses custom logic to compare parties to form appropriate matches to send to the game server. This service handles queue configuration and matchmaking logic. Custom behavior can be defined using the Matchmaking Plugin. In the following sections, we’ll take a look at the basic matchmaking flow, some key concepts, and then dive into the specifics of the Matchmaking Plugin, including developer-defined points to allow for any custom matchmaking configuration.

Contents #

TopicDescription
Matchmaking OverviewKey concepts for the matchmaking service
Matchmaking TasksCommon Matchmaking tasks
Matchmaking ReferenceSDK, plugins, events, and data classes related to the Matchmaking service