IOnlineTournamentDetails

The details of a tournament

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IOnlineTournamentDetails

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

struct IOnlineTournamentDetails : public TSharedFromThis< IOnlineTournamentDetails >

Remarks

The details of a tournament

Destructors

Name Description

Public function Virtual

~IOnlineTournamentDetails()

Functions

Name Description

Public function Const

TOptional< F...

 

GetAttribute

(
    const FName AttributeName
)

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

Public function Const

TOptional< F...

 

GetCheckInTimespan()

Get the check-in time of this tournament in UTC

Public function Const

const FStrin...

 

GetDescription()

Get the Description for this tournament

Public function Const

TOptional< F...

 

GetEndDateUTC()

Get the end time of this tournament in UTC

Public function Const

EOnlineTourn...

 

GetFormat()

Get the the format of this tournament

Public function Const

TOptional< F...

 

GetLastUpdatedDateUTC()

Get the last time in UTC this tournament's details were updated

Public function Const

const TArray...

 

GetParticipants()

Get the list of Participant IDs for this tournament if known

Public function Const

EOnlineTourn...

 

GetParticipantType()

Get the type of participants that are involved in this tournament

Public function Const

TOptional< F...

 

GetRegistrationEndDateUTC()

Get the registration end time of this tournament in UTC

Public function Const

TOptional< F...

 

GetRegistrationStartDateUTC()

Get the registration start time of this tournament in UTC

Public function Const

TOptional< F...

 

GetStartDateUTC()

Get the start time of this tournament in UTC

Public function Const

EOnlineTourn...

 

GetState()

Get the current state of this tournament

Public function Const

const FStrin...

 

GetTitle()

Get the Title for this tournament

Public function Const

TSharedRef< ...

 

GetTournamentId()

Get the Tournament ID for this tournament

Public function Const

TOptional< b...

 

RequiresPremiumSubscription()

Does this tournament require a premium subscription to participate in?

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