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