Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Complete team stats with players
| Name | FGameMatchTeamStats |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FGameMatchTeamStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TeamId | FString | Team id | Interfaces/OnlineGameMatchesInterface.h | |
| TeamMemberStats | TArray< FGameMatchPlayerStats > | Team member stats | Interfaces/OnlineGameMatchesInterface.h | |
| TeamStats | TArray< FGameMatchStatsData > | Team stats | Interfaces/OnlineGameMatchesInterface.h |