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 FGameMatchPlayer
Remarks
Player information needed when creating a new game match
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsNpc | Is the player an NPC? | |
| bool | bJoinMatch | Should the player join the match on creation | |
| FUniqueNetIdPtr | PlayerId | Player account id | |
| FString | PlayerName | Player name | |
| FString | TeamName | Team name this player belongs to |