Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineTournament
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const IOnlineTournamentMatchDetails > GetMatchDetails
(
const FUniqueNetIdRef UserId, |
Get a match's details that have been previously queried by the specified user. | Interfaces/OnlineTournamentInterface.h | |
TArray< TSharedPtr< const IOnlineTournamentMatchDetails > > GetMatchDetails
(
const FUniqueNetIdRef UserId, |
Get match details that have been previously queried by the specified user. | Interfaces/OnlineTournamentInterface.h |
GetMatchDetails(const FUniqueNetIdRef, const FOnlineTournamentMatchIdRef)
Description
Get a match's details that have been previously queried by the specified user.
| Name | GetMatchDetails |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
TSharedPtr < const IOnlineTournamentMatchDetails > GetMatchDetails
(
const FUniqueNetIdRef UserId,
const FOnlineTournamentMatchIdRef MatchId
) const
If this match has been previously queried by this user, the result is of that query.
Parameters
| Name | Remarks |
|---|---|
| UserId | A User who previously queried the match |
| MatchId | The Match ID that previously had details queried by UserId |
GetMatchDetails(const FUniqueNetIdRef, const TArray< FOnlineTournamentMatchIdRef > &)
Description
Get match details that have been previously queried by the specified user.
| Name | GetMatchDetails |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
TArray < TSharedPtr < const IOnlineTournamentMatchDetails > > GetMatchDetails
(
const FUniqueNetIdRef UserId,
const TArray < FOnlineTournamentMatchIdRef > & MatchIds
) const
If matches have been previously queried by this user, any matching matches from the results are of those queries.
Parameters
| Name | Remarks |
|---|---|
| UserId | A User who previously queried matches |
| MatchIds | Match ids that previously had details queried by UserId |