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 FGameMatchStats
Remarks
Complete team and player game match stats
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGameMatchPlayerStats > | PlayerStats | Per player game match stats | |
| TArray< FGameMatchTeamStats > | TeamStats | Per team game match stats |