Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Final match report container. Holds all information to close out the game match
| Name | FFinalGameMatchReport |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include Path | #include "Interfaces/OnlineGameMatchesInterface.h" |
Syntax
struct FFinalGameMatchReport
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLeaveGameFeedback | bool | Can leave game feedback? | Interfaces/OnlineGameMatchesInterface.h | |
| GroupType | EMatchGroupType | Group type | Interfaces/OnlineGameMatchesInterface.h | |
| MatchType | FString | Match type | Interfaces/OnlineGameMatchesInterface.h | |
| Results | FGameMatchResult | Results of the game match | Interfaces/OnlineGameMatchesInterface.h | |
| Stats | FGameMatchStats | Stats of the game match | Interfaces/OnlineGameMatchesInterface.h |