FOnlineTournamentScreenshotData

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTournamentInterface.h

Include

#include "Interfaces/OnlineTournamentInterface.h"

Syntax

struct FOnlineTournamentScreenshotData

Variables

Name Description

Public variable

TArray< uint8 >

 

ScreenshotData

Raw bytes of a screenshot in the ScreenshotFormat format

Public variable

FString

 

ScreenshotFormat

The format of the screenshot stored in ScreenshotData

Constructors

Name Description

Public function

FOnlineTournamentScreenshotData

(
    const FString& InScreenshotFormat,
    const TArray< uint8 >& InScreensho...
)

Public function

FOnlineTournamentScreenshotData

(
    FString&& InScreenshotFormat,
    TArray< uint8 >&& InScreenshotData
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss