Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
The details of a team in a tournament
| Name | IOnlineTournamentTeamDetails |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
struct IOnlineTournamentTeamDetails : public TSharedFromThis< IOnlineTournamentTeamDetails >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IOnlineTournamentTeamDetails
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IOnlineTournamentTeamDetails() |
Interfaces/OnlineTournamentInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FVariantData > GetAttribute
(
const FName AttributeName |
Get an attribute for this team (varies by online platform) | Interfaces/OnlineTournamentInterface.h | |
FString GetDisplayName() |
Get the display name of this Team | Interfaces/OnlineTournamentInterface.h | |
| Get the player ids of this team (if they are known) | Interfaces/OnlineTournamentInterface.h | ||
FOnlineTournamentTeamIdRef GetTeamId() |
Get the TeamId of this team | Interfaces/OnlineTournamentInterface.h |