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 FGameMatchRoster
Remarks
Game match roster
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGameMatchPlayer > | Players | Array of players | |
| FGameMatchResult | Results | End game match results | |
| FGameMatchStats | Stats | Game match stats for players and teams | |
| TArray< FGameMatchTeam > | Teams | Array of teams |