Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/FOnlineTournamentMatchResults
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include | #include "Interfaces/OnlineTournamentInterface.h" |
Syntax
struct FOnlineTournamentScreenshotData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | ScreenshotData | Raw bytes of a screenshot in the ScreenshotFormat format | |
| FString | ScreenshotFormat | The format of the screenshot stored in ScreenshotData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineTournamentScreenshotData
(
const FString& InScreenshotFormat, |
|||
FOnlineTournamentScreenshotData
(
FString&& InScreenshotFormat, |