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 FTurnBasedMatchRequest
Remarks
FTurnBasedMatchRequest contains all of the information required for a matchmaker to create an FTurnBasedMatch
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTurnBasedMatchRequest
(
int32 InMinNumberOfPlayers, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| int32 | |||
| uint32 | |||
| bool | |||
| void | SetMaxNumberOfPlayers
(
int32 InMaxNumberOfPlayers |
||
| void | SetMinNumberOfPlayers
(
int32 InMinNumberOfPlayers |
||
| void | SetPlayerGroup
(
uint32 InPlayerGroup |
||
| void | SetShowExistingMatches
(
bool InShowExistingMatches |