Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineTournamentMatchResults > API/Plugins/OnlineSubsystem/FOnlineTournamentMatchResults/FOnlineTournamen-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineTournamentScreenshotData
(
const FString& InScreenshotFormat, |
Interfaces/OnlineTournamentInterface.h | ||
FOnlineTournamentScreenshotData
(
FString&& InScreenshotFormat, |
Interfaces/OnlineTournamentInterface.h |
FOnlineTournamentScreenshotData(const FString &, const TArray< uint8 > &)
| Name | FOnlineTournamentScreenshotData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
FOnlineTournamentScreenshotData
(
const FString & InScreenshotFormat,
const TArray < uint8 > & InScreenshotData
)
FOnlineTournamentScreenshotData(FString &&, TArray< uint8 > &&)
| Name | FOnlineTournamentScreenshotData |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h |
| Include Path | #include "Interfaces/OnlineTournamentInterface.h" |
FOnlineTournamentScreenshotData
(
FString && InScreenshotFormat,
TArray < uint8 > && InScreenshotData
)