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