IOnlineTournament::GetParticipantList

Get Participant 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

TArray< TSharedRef< const IOnlineTournamentParticipantDetails > > GetParticipantList
(
    const FUniqueNetIdRef UserId,
    const FOnlineTournamentIdRef TournamentId,
    const EOnlineTournamentParticipantType ParticipantType
) const

Remarks

Get Participant details that have been previously queried by the specified user.

Returns

If results have previously previously been queried by this user, the results of that query.

Parameters

Parameter

Description

UserId

A User who previously queried participants

TournamentId

The Tournament ID that previously had participants queried by UserId

ParticipantType

The type of IDs to return from this tournament. This type must have been previously queried.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss