Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Player information needed to join a game match
| Name | FJoinGameMatchPlayer |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FJoinGameMatchPlayer
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayerId | FUniqueNetIdPtr | Player account id | Interfaces/OnlineGameMatchesInterface.h | |
| PlayerName | FString | Player name | Interfaces/OnlineGameMatchesInterface.h | |
| TeamId | FString | The id of the team this player will belong to | Interfaces/OnlineGameMatchesInterface.h |