FOnlineTournamentScore

Details about a participant and their current score

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

struct FOnlineTournamentScore

Remarks

Details about a participant and their current score

Variables

Name Description

Public variable

TSharedRef< con...

 

ParticipantId

The ParticipantId who achieved Score

Public variable

EOnlineTourname...

 

ParticipantType

The type of participant this is

Public variable

FVariantData

 

Score

The score for this participant

Constructors

Name Description

Public function

FOnlineTournamentScore

(
    const TSharedRef< const FOnlineTour...,
    const EOnlineTournamentParticipantT...,
    const FVariantData& InScore
)

Destructors

Name Description

Public function Virtual

~FOnlineTournamentScore()

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