IOnlineTournament::QueryTeamDetails

Query team 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 QueryTeamDetails
(
    const FUniqueNetIdRef UserId,
    const TArray< FOnlineTournamentTeamIdRef > & TeamIds,
    const FOnlineTournamentQueryTeamDetailsComplete & Delegate
)

Remarks

Query team details from the perspective of the specified user.

Parameters

Parameter

Description

UserId

A User to query team details as

TeamId

The Team IDs to get more information about

Delegate

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