Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
The results of a match
| Name | FOnlineTournamentMatchResults |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
struct FOnlineTournamentMatchResults
Structs
| Name | Remarks |
|---|---|
| FOnlineTournamentScreenshotData |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Notes | TOptional< FString > | Optiona notes about a score | Interfaces/OnlineTournamentInterface.h | |
| ScoresToSubmit | TArray< FOnlineTournamentScore > | Score data to submit | Interfaces/OnlineTournamentInterface.h | |
| Screenshot | TOptional< FOnlineTournamentScreenshotData > | Optional screenshot data for proof of a score | Interfaces/OnlineTournamentInterface.h |