Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Game match roster
| Name | FGameMatchRoster |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FGameMatchRoster
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Players | TArray< FGameMatchPlayer > | Array of players | Interfaces/OnlineGameMatchesInterface.h | |
| Results | FGameMatchResult | End game match results | Interfaces/OnlineGameMatchesInterface.h | |
| Stats | FGameMatchStats | Game match stats for players and teams | Interfaces/OnlineGameMatchesInterface.h | |
| Teams | TArray< FGameMatchTeam > | Array of teams | Interfaces/OnlineGameMatchesInterface.h |