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" |
TArray< TSharedRef< const IOnlineTournamentParticipantDetails > > GetParticipantList
&40;
const FUniqueNetIdRef UserId,
const FOnlineTournamentIdRef TournamentId,
const EOnlineTournamentParticipantType ParticipantType
&41; const
Remarks
Get Participant details that have been previously queried by the specified user. If results have previously previously been queried by this user, the results of that query.
Parameters
| Name | 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. |