IOnlineTournament::GetMatchDetails

Get a match's 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

TSharedPtr< const IOnlineTournamentMatchDetails > GetMatchDetails
(
    const FUniqueNetIdRef UserId,
    const FOnlineTournamentMatchIdRef MatchId
) const

Remarks

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

Returns

If this match has been previously queried by this user, the result is of that query.

Parameters

Parameter

Description

UserId

A User who previously queried the match

MatchId

The Match ID 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