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 FGameMatchTeamResult
Remarks
Game match results for the team
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGameMatchPlayerResult > | MembersResult | The members on the team | |
| int32 | Rank | Team's rank | |
| double | Score | Team's score | |
| FString | TeamId | Team id |