IOnlineTournament::QueryTournamentList

Query a list of tournaments available for a user using specified filters.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

void QueryTournamentList
(
    const FUniqueNetIdRef UserId,
    const FOnlineTournamentQueryFilter & QueryFilter,
    const FOnlineTournamentQueryTournamentListComplete & Delegate
)

Remarks

Query a list of tournaments available for a user using specified filters.

Parameters

Parameter

Description

UserId

The User to query tournaments as

QueryFilter

The filter to user to include/exclude tournaments from the list. One or more options MAY be required, depending on the online platform.

Delegate

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