Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
Inheritance Hierarchy
- TSharedFromThis
- IOnlineTournamentMatchDetails
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
struct IOnlineTournamentMatchDetails : public TSharedFromThis< IOnlineTournamentMatchDetails >
Remarks
The details of a match
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FVariantData > | GetAttribute
(
const FName AttributeName |
Get meta-data for this match (varies based on online platform) | |
| TOptional< FString > | GetBracket () |
Get the bracket of this match | |
| FOnlineTournamentMatchIdRef | GetMatchId () |
Get the MatchId for this match | |
| EOnlineTournamentMatchState | Get the current state of this match | ||
| TArray< TSharedRef< const IOnlineTournamentParticipantDetails > > | Get the array of participants for this match | ||
| EOnlineTournamentParticipantType | Get the type of participants for this match | ||
| TOptional< int32 > | GetRound () |
Get the round of this match | |
| TOptional< FDateTime > | Get the start time of this match in UTC |