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