#include <IMatchmakingRequests.h>
IMatchmakingRequests Pure virtual session interface class to abstract the details of session handling from application code.
◆ AcceptMatch()
virtual void Multiplayer::IMatchmakingRequests::AcceptMatch |
( |
const AcceptMatchRequest & |
acceptMatchRequest | ) |
|
|
pure virtual |
Registers a player's acceptance or rejection of a proposed matchmaking.
- Parameters
-
acceptMatchRequest | The request of AcceptMatch operation |
◆ StartMatchmaking()
virtual AZStd::string Multiplayer::IMatchmakingRequests::StartMatchmaking |
( |
const StartMatchmakingRequest & |
startMatchmakingRequest | ) |
|
|
pure virtual |
Create a game match for a group of players.
- Parameters
-
startMatchmakingRequest | The request of StartMatchmaking operation |
- Returns
- A unique identifier for a matchmaking ticket
◆ StopMatchmaking()
virtual void Multiplayer::IMatchmakingRequests::StopMatchmaking |
( |
const StopMatchmakingRequest & |
stopMatchmakingRequest | ) |
|
|
pure virtual |
Cancels a matchmaking ticket that is currently being processed.
- Parameters
-
stopMatchmakingRequest | The request of StopMatchmaking operation |
The documentation for this class was generated from the following file:
- Gems/Multiplayer/Code/Include/Multiplayer/Session/IMatchmakingRequests.h