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 FTurnBasedEventDelegate
Remarks
FTurnBasedEventDelegate provides the interface for responding to events in turn based games
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnMatchEnded
(
FString MatchID |
This is triggered when the match has ended for any reason. | |
| void | OnMatchReceivedTurnEvent
(
FString MatchID, |
This is triggered when it is the current player's turn. |