IOnlineTournamentTeamDetails

The details of a team in a tournament

Windows
MacOS
Linux

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

Functions

Name Description

Public function Const

TOptional< F...

 

GetAttribute

(
    const FName AttributeName
)

Get an attribute for this team (varies by online platform)

Public function Const

FString

 

GetDisplayName()

Get the display name of this Team

Public function Const

TOptional< T...

 

GetPlayerIds()

Get the player ids of this team (if they are known)

Public function Const

FOnlineTourn...

 

GetTeamId()

Get the TeamId of this team

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