IOnlineTournament::QueryMatchList

Query a list of matches 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 QueryMatchList
(
    const FUniqueNetIdRef UserId,
    const FOnlineTournamentIdRef TournamentId,
    const FOnlineTournamentQueryMatchListComplete & Delegate
)

Remarks

Query a list of matches for a tournament from the perspective of the specified user.

Parameters

Parameter

Description

UserId

A User to query match details as

TournamentId

The Tournament ID to get Match IDs from

Delegate

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