Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Complete team and player game match stats
| Name | FGameMatchStats |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FGameMatchStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PlayerStats | TArray< FGameMatchPlayerStats > | Per player game match stats | Interfaces/OnlineGameMatchesInterface.h | |
| TeamStats | TArray< FGameMatchTeamStats > | Per team game match stats | Interfaces/OnlineGameMatchesInterface.h |