IOnlineTournamentMatchDetails

The details of a match

Windows
MacOS
Linux

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

Functions

Name Description

Public function Const

TOptional< F...

 

GetAttribute

(
    const FName AttributeName
)

Get meta-data for this match (varies based on online platform)

Public function Const

TOptional< F...

 

GetBracket()

Get the bracket of this match

Public function Const

FOnlineTourn...

 

GetMatchId()

Get the MatchId for this match

Public function Const

EOnlineTourn...

 

GetMatchState()

Get the current state of this match

Public function Const

TArray< TSha...

 

GetParticipants()

Get the array of participants for this match

Public function Const

EOnlineTourn...

 

GetParticipantType()

Get the type of participants for this match

Public function Const

TOptional< i...

 

GetRound()

Get the round of this match

Public function Const

TOptional< F...

 

GetStartDateUTC()

Get the start time of this match in UTC

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss