IOnlineTournament::QueryParticipantList

Query a list of participants for a tournament 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 QueryParticipantList
(
    const TSharedRef< const FUniqueNetId > UserId,
    const TSharedRef< const FOnlineTournamentId > TournamentId,
    const FOnlineTournamentParticipantQueryFilter & QueryFilter,
    const FOnlineTournamentQueryParticipantListComplete & Delegate
)

Remarks

Query a list of participants for a tournament from the perspective of the specified user.

It is valid to request Team IDs or Player IDs from a Team tournament, and it is only valid to request Player IDs from an Individual tournament.

Parameters

Parameter

Description

UserId

A User to query Participant IDs as

TournamentId

The Tournament ID to get Participant IDs from

QueryFilter

Filter to use to query participants.

Delegate

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