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 FOnlineTournamentMatchResults
Remarks
The results of a match
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FString > | Notes | Optiona notes about a score | |
| TArray< FOnlineTournamentScore > | ScoresToSubmit | Score data to submit | |
| TOptional< FOnlineTournamentScreenshotData > | Screenshot | Optional screenshot data for proof of a score |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnlineTournamentScreenshotData |