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