FMediaRecorderData

Windows
MacOS
Linux

References

Module

MediaUtils

Header

/Engine/Source/Runtime/MediaUtils/Public/MediaRecorder.h

Include

#include "MediaRecorder.h"

Syntax

struct FMediaRecorderData

Variables

Name Description

Public variable

FString

 

BaseFilename

BaseFilename(including with path and filename) for each recorded frames.

Public variable

bool

 

bResetAlpha

If the format support it, set the alpha to 1 (or 255)

Public variable

int32

 

CompressionQuality

An image format specific compression setting.

Public variable

EMediaRecorderN...

 

NumerationStyle

How to numerate the filename.

Public variable

TSharedRef< FMe...

 

PlayerFacade

The media player facade to record from.

Public variable

EImageFormat

 

TargetImageFormat

The format to save the image to.

Constructors

Name Description

Public function

FMediaRecorderData

(
    const TSharedRef< FMediaPlayerFacad...,
    const FString& InBaseFilename
)

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