#include <IMatchmakingRequests.h>
Inherits AZ::EBusTraits.
|
|
using | MutexType = AZStd::recursive_mutex |
| |
|
|
virtual void | OnAcceptMatchAsyncComplete ()=0 |
| | OnAcceptMatchAsyncComplete is fired once AcceptMatchAsync completes.
|
| |
| virtual void | OnStartMatchmakingAsyncComplete (const AZStd::string &matchmakingTicketId)=0 |
| |
|
virtual void | OnStopMatchmakingAsyncComplete ()=0 |
| | OnStopMatchmakingAsyncComplete is fired once StopMatchmakingAsync completes.
|
| |
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Multiple |
| |
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
| |
MatchmakingAsyncRequestNotifications The notifications correspond to matchmaking async requests
◆ OnStartMatchmakingAsyncComplete()
| virtual void Multiplayer::MatchmakingAsyncRequestNotifications::OnStartMatchmakingAsyncComplete |
( |
const AZStd::string & |
matchmakingTicketId | ) |
|
|
pure virtual |
OnStartMatchmakingAsyncComplete is fired once StartMatchmakingAsync completes
- Parameters
-
| matchmakingTicketId | The unique identifier for the matchmaking ticket |
The documentation for this class was generated from the following file:
- Gems/Multiplayer/Code/Include/Multiplayer/Session/IMatchmakingRequests.h