IOnlineTournament::GetTournamentList

Get a list of all Tournament IDs that have been 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< FOnlineTournamentIdRef > GetTournamentList
(
    const FUniqueNetIdRef UserId
) const

Remarks

Get a list of all Tournament IDs that have been queried by the specified user.

Returns

If previously queried by this user, an array of results from the query.

Parameters

Parameter

Description

UserId

A User who previously queried tournaments

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