IOnlineTournament::GetTournamentDetails

Get a tournament details result for a tournament that had 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 IOnlineTournamentDetails > GetTournamentDetails
(
    const FUniqueNetIdRef UserId,
    const FOnlineTournamentIdRef TournamentId
) const

Remarks

Get a tournament details result for a tournament that had been previously queried by the specified user.

Returns

If this tournament was previously queried by this user, the result from the query.

Parameters

Parameter

Description

UserId

A User who previously queried the tournament

TournamentId

The Tournament 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