IOnlineTournamentParticipantDetails

The tournament-specific details of a participant in a tournament

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

IOnlineTournamentParticipantDetails

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

struct IOnlineTournamentParticipantDetails : public TSharedFromThis< IOnlineTournamentParticipantDetails >

Remarks

The tournament-specific details of a participant in a tournament

Destructors

Functions

Name Description

Public function Const

TOptional< F...

 

GetAttribute

(
    const FName AttributeName
)

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

Public function Const

const FStrin...

 

GetDisplayName()

Get the display name of this participant

Public function Const

FUniqueNetId...

 

GetPlayerId()

Get the Player ID of this tournament participant (if applicable)

Public function Const

TOptional< i...

 

GetPosition()

Get the current position of this tournament participant (if applicable)

Public function Const

TOptional< F...

 

GetScore()

Get the current score of this tournament participant (if applicable)

Public function Const

EOnlineTourn...

 

GetState()

Get the current state of the tournament participant

Public function Const

FOnlineTourn...

 

GetTeamId()

Get the Team ID of this tournament participant (if applicable)

Public function Const

FOnlineTourn...

 

GetTournamentId()

Get the Tournament ID this participant is from

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