Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
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
| Type | Name | Description | |
|---|---|---|---|
| FOnlineTournamentParticipantIdRef | ParticipantId | The ParticipantId who achieved Score | |
| EOnlineTournamentParticipantType | ParticipantType | The type of participant this is | |
| FVariantData | Score | The score for this participant |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineTournamentScore
(
const FOnlineTournamentParticipantIdRef& InParticipantId, |
Destructors
| Type | Name | Description | |
|---|---|---|---|