Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineTournament
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include | #include "Interfaces/OnlineTournamentInterface.h" |
void SubmitMatchResults
&40;
const FUniqueNetIdRef UserId,
const FOnlineTournamentMatchIdRef MatchId,
const FOnlineTournamentMatchResults & MatchResults,
const FOnlineTournamentSubmitMatchResultsComplete & Delegate
&41;
Remarks
Submit match results for a tournament match.
Parameters
| Name | 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 |