Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineGameMatches
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include | #include "Interfaces/OnlineGameMatchesInterface.h" |
void ReportGameMatchResults
&40;
const FUniqueNetId & UserId,
const FString & MatchId,
const FFinalGameMatchReport & FinalReport,
const FOnGameMatchReportComplete & CompletionDelegate
&41;
Remarks
Sends final data of the match and closes the match out
Parameters
| Name | Description |
|---|---|
| UserId | Id of the user closing out the match |
| MatchId | The id of the match to close |
| FinalReport | Final data to send with the closing of the match (includes team and player data) |
| CompletionDelegate | Completion delegate called when ReportGameMatchResults is complete |