FGameMatchPlayer

Player information needed when creating a new game match

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h

Include

#include "Interfaces/OnlineGameMatchesInterface.h"

Syntax

struct FGameMatchPlayer

Remarks

Player information needed when creating a new game match

Variables

Name Description

Public variable

bool

 

bIsNpc

Is the player an NPC?

Public variable

bool

 

bJoinMatch

Should the player join the match on creation

Public variable

FUniqueNetIdPtr

 

PlayerId

Player account id

Public variable

FString

 

PlayerName

Player name

Public variable

FString

 

TeamName

Team name this player belongs to

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