Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Details about a participant and their current score
| Name | FOnlineTournamentScore |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
struct FOnlineTournamentScore
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineTournamentScore
(
const FOnlineTournamentParticipantIdRef& InParticipantId, |
Interfaces/OnlineTournamentInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlineTournamentScore() |
Interfaces/OnlineTournamentInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParticipantId | FOnlineTournamentParticipantIdRef | The ParticipantId who achieved Score | Interfaces/OnlineTournamentInterface.h | |
| ParticipantType | EOnlineTournamentParticipantType | The type of participant this is | Interfaces/OnlineTournamentInterface.h | |
| Score | FVariantData | The score for this participant | Interfaces/OnlineTournamentInterface.h |