Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineTournament
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include | #include "Interfaces/OnlineTournamentInterface.h" |
void QueryTournamentDetails
&40;
const FUniqueNetIdRef UserId,
const TArray< FOnlineTournamentIdRef > & TournamentIds,
const FOnlineTournamentQueryTournamentDetailsComplete & Delegate
&41;
Remarks
Query tournament details from the perspective of the specified user.
Parameters
| Name | Description |
|---|---|
| UserId | A User to query tournament details as |
| TournamentIds | An array of Tournament IDs to get more information about |
| Delegate | A delegate that is called when our tournament details query is complete |