IOnlineTournament::SubmitMatchResults

Submit match results for a tournament match.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

void SubmitMatchResults
(
    const TSharedRef< const FUniqueNetId > UserId,
    const TSharedRef< const FOnlineTournamentMatchId > MatchId,
    const FOnlineTournamentMatchResults & MatchResults,
    const FOnlineTournamentSubmitMatchResultsComplete & Delegate
)

Remarks

Submit match results for a tournament match.

Parameters

Parameter

Description

UserId

The User to report match results for

MatchId

The Match Id to report match results for

MatchResults

The results of the match

Delegate

A delegate that is called when our match stats submissions 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