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 #
Topic | Description |
---|---|
Matchmaking Overview | Key concepts for the matchmaking service |
Matchmaking Tasks | Common Matchmaking tasks |
Matchmaking Backend Reference | Backend plugins, data classes, configurations, and exts related to the Matchmaking service |
Matchmaking SDK Reference | SDK methods, classes, and events related to the Matchmaking service |