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 FFinalGameMatchReport
Remarks
Final match report container. Holds all information to close out the game match
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLeaveGameFeedback | Can leave game feedback? | |
| EMatchGroupType | GroupType | Group type | |
| FString | MatchType | Match type | |
| FGameMatchResult | Results | Results of the game match | |
| FGameMatchStats | Stats | Stats of the game match |