IOnlineTournament::GetMatchDetails

Get match details 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< TSharedPtr< const IOnlineTournamentMatchDetails > > GetMatchDetails
(
    const FUniqueNetIdRef UserId,
    const TArray< FOnlineTournamentMatchIdRef > & MatchIds
) const

Remarks

Get match details that have been previously queried by the specified user.

Returns

If matches have been previously queried by this user, any matching matches from the results are of those queries.

Parameters

Parameter

Description

UserId

A User who previously queried matches

MatchIds

Match ids that previously had details 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