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 QueryParticipantList
&40;
const FUniqueNetIdRef UserId,
const FOnlineTournamentIdRef TournamentId,
const FOnlineTournamentParticipantQueryFilter & QueryFilter,
const FOnlineTournamentQueryParticipantListComplete & Delegate
&41;
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
| Name | 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 |