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