IOnlineGameMatches::ReportGameMatchResults

Sends final data of the match and closes the match out

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h

Include

#include "Interfaces/OnlineGameMatchesInterface.h"

Syntax

void ReportGameMatchResults
(
    const FUniqueNetId & UserId,
    const FString & MatchId,
    const FFinalGameMatchReport & FinalReport,
    const FOnGameMatchReportComplete & CompletionDelegate
)

Remarks

Sends final data of the match and closes the match out

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss