IOnlineTournament::QueryMatchDetails

Query match details for a tournament from the perspective of the specified user.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

void QueryMatchDetails
(
    const TSharedRef< const FUniqueNetId > UserId,
    const TArray< TSharedRef< const FOnlineTournamentMatchId >> & MatchIds,
    const FOnlineTournamentQueryMatchDetailsComplete & Delegate
)

Remarks

Query match details for a tournament from the perspective of the specified user.

Parameters

Parameter

Description

UserId

The User to query match details

MatchId

The Match IDs to get more information about

Delegate

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