Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineTournament
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< const IOnlineTournamentDetails > GetTournamentDetails
(
const FUniqueNetIdRef UserId, |
Get a tournament details result for a tournament that had been previously queried by the specified user. | Interfaces/OnlineTournamentInterface.h | |
TArray< TSharedPtr< const IOnlineTournamentDetails > > GetTournamentDetails
(
const FUniqueNetIdRef UserId, |
Get tournament detail results for specified tournaments that have been previously queried by the specified user. | Interfaces/OnlineTournamentInterface.h |
GetTournamentDetails(const FUniqueNetIdRef, const FOnlineTournamentIdRef)
Description
Get a tournament details result for a tournament that had been previously queried by the specified user.
| Name | GetTournamentDetails |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
TSharedPtr < const IOnlineTournamentDetails > GetTournamentDetails
(
const FUniqueNetIdRef UserId,
const FOnlineTournamentIdRef TournamentId
) const
If this tournament was previously queried by this user, the result from the query.
Parameters
| Name | Remarks |
|---|---|
| UserId | A User who previously queried the tournament |
| TournamentId | The Tournament ID that previously had details queried by UserId |
GetTournamentDetails(const FUniqueNetIdRef, const TArray< FOnlineTournamentIdRef > &)
Description
Get tournament detail results for specified tournaments that have been previously queried by the specified user.
| Name | GetTournamentDetails |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
TArray < TSharedPtr < const IOnlineTournamentDetails > > GetTournamentDetails
(
const FUniqueNetIdRef UserId,
const TArray < FOnlineTournamentIdRef > & TournamentIds
) const
If tournaments have been previously queried by this user, any matching tournaments from the results are of those queries.
Parameters
| Name | Remarks |
|---|---|
| UserId | A User who previously queried tournaments |
| TournamentId | The Tournament ID that previously had details queried by UserId |