Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineTournament > API/Plugins/OnlineSubsystem/Interfaces/IOnlineTournament/GetMatchDetails
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include | #include "Interfaces/OnlineTournamentInterface.h" |
TArray< TSharedPtr< const IOnlineTournamentMatchDetails > > GetMatchDetails
&40;
const FUniqueNetIdRef UserId,
const TArray< FOnlineTournamentMatchIdRef > & MatchIds
&41; const
Remarks
Get match details that have been previously queried by the specified user. If matches have been previously queried by this user, any matching matches from the results are of those queries.
Parameters
| Name | Description |
|---|---|
| UserId | A User who previously queried matches |
| MatchIds | Match ids that previously had details queried by UserId |