Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
FTurnBasedMatchmakerDelegate provides the interface for all turn based matchmaking callbacks
| Name | FTurnBasedMatchmakerDelegate |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTurnBasedInterface.h |
| Include Path | #include "Interfaces/OnlineTurnBasedInterface.h" |
Syntax
class FTurnBasedMatchmakerDelegate
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTurnBasedMatchmakerDelegate() |
Interfaces/OnlineTurnBasedInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnMatchFound
(
FTurnBasedMatchRef Match |
This is triggered once a match has been successfully found. | Interfaces/OnlineTurnBasedInterface.h | |
virtual void OnMatchmakerCancelled() |
This is triggered if the player cancelled the matchmaking process. | Interfaces/OnlineTurnBasedInterface.h | |
virtual void OnMatchmakerFailed() |
This is triggered if matchmaking failed for any reason. | Interfaces/OnlineTurnBasedInterface.h |