IOnlineTournament::QueryTournamentDetails

Query tournament details 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 QueryTournamentDetails
(
    const TSharedRef< const FUniqueNetId > UserId,
    const TArray< TSharedRef< const FOnlineTournamentId >> & TournamentIds,
    const FOnlineTournamentQueryTournamentDetailsComplete & Delegate
)

Remarks

Query tournament details from the perspective of the specified user.

Parameters

Parameter

Description

UserId

A User to query tournament details as

TournamentIds

An array of Tournament IDs to get more information about

Delegate

A delegate that is called when our tournament details 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