Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Game match results for the team
| Name | FGameMatchTeamResult |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FGameMatchTeamResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MembersResult | TArray< FGameMatchPlayerResult > | The members on the team | Interfaces/OnlineGameMatchesInterface.h | |
| Rank | int32 | Team's rank | Interfaces/OnlineGameMatchesInterface.h | |
| Score | double | Team's score | Interfaces/OnlineGameMatchesInterface.h | |
| TeamId | FString | Team id | Interfaces/OnlineGameMatchesInterface.h |