FTurnBasedMatchRequest

[FTurnBasedMatchRequest](API\Plugins\OnlineSubsystem\Interfaces\FTurnBasedMatchRequest) contains all of the information required for a matchmaker to create an [FTurnBasedMatch](API\Plugins\OnlineSubsystem\Interfaces\FTurnBasedMatch)

Windows
MacOS
Linux

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

Name Description

Public function

FTurnBasedMatchRequest()

Public function

FTurnBasedMatchRequest

(
    int32 InMinNumberOfPlayers,
    int32 InMaxNumberOfPlayers,
    uint32 InPlayerGroup,
    bool InShowExistingMatches
)

Functions

Name Description

Public function Const

int32

 

GetMaxNumberOfPlayers()

Public function Const

int32

 

GetMinNumberOfPlayers()

Public function Const

uint32

 

GetPlayerGroup()

Public function Const

bool

 

GetShowExistingMatches()

Public function

void

 

SetMaxNumberOfPlayers

(
    int32 InMaxNumberOfPlayers
)

Public function

void

 

SetMinNumberOfPlayers

(
    int32 InMinNumberOfPlayers
)

Public function

void

 

SetPlayerGroup

(
    uint32 InPlayerGroup
)

Public function

void

 

SetShowExistingMatches

(
    bool InShowExistingMatches
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss