IOnlineTournament::GetMatchList

Get match detail results for that have been previously queried by 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

TArray< FOnlineTournamentMatchIdRef > GetMatchList
(
    const FUniqueNetIdRef UserId,
    const FOnlineTournamentIdRef TournamentId
) const

Remarks

Get match detail results for that have been previously queried by the specified user.

Returns

If tournaments have been previously queried by this user, all results of those queries.

Parameters

Parameter

Description

UserId

A User who previously queried match results

TournamentId

The Tournament ID that previously had match results queried by UserId

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