Open 3D Engine Multiplayer Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Multiplayer::IMatchmakingAsyncRequests Class Referenceabstract

#include <IMatchmakingRequests.h>

Public Member Functions

 AZ_RTTI (IMatchmakingAsyncRequests, "{53513480-2D02-493C-B44E-96AA27F42429}")
 
virtual void AcceptMatchAsync (const AcceptMatchRequest &acceptMatchRequest)=0
 
virtual void StartMatchmakingAsync (const StartMatchmakingRequest &startMatchmakingRequest)=0
 
virtual void StopMatchmakingAsync (const StopMatchmakingRequest &stopMatchmakingRequest)=0
 

Detailed Description

Member Function Documentation

◆ AcceptMatchAsync()

virtual void Multiplayer::IMatchmakingAsyncRequests::AcceptMatchAsync ( const AcceptMatchRequest acceptMatchRequest)
pure virtual

AcceptMatch Async

Parameters
acceptMatchRequestThe request of AcceptMatch operation

◆ StartMatchmakingAsync()

virtual void Multiplayer::IMatchmakingAsyncRequests::StartMatchmakingAsync ( const StartMatchmakingRequest startMatchmakingRequest)
pure virtual

StartMatchmaking Async

Parameters
startMatchmakingRequestThe request of StartMatchmaking operation

◆ StopMatchmakingAsync()

virtual void Multiplayer::IMatchmakingAsyncRequests::StopMatchmakingAsync ( const StopMatchmakingRequest stopMatchmakingRequest)
pure virtual

StopMatchmaking Async

Parameters
stopMatchmakingRequestThe request of StopMatchmaking operation

The documentation for this class was generated from the following file: