FAVIWriterOptions

Creation options for the AVI writer

Windows
MacOS
Linux

References

Module

AVIWriter

Header

/Engine/Source/Runtime/AVIWriter/Public/AVIWriter.h

Include

#include "AVIWriter.h"

Syntax

struct FAVIWriterOptions

Remarks

Creation options for the AVI writer

Variables

Name Description

Public variable

bool

 

bSynchronizeFrames

When true, the game thread will block until captured frames have been processed by the avi writer

Public variable

int32

 

CaptureFramerateDenominator

The denominator of the captured video, ie (30/1) will capture at 30 frames per second.

Public variable

int32

 

CaptureFramerateNumerator

The numerator of the captured video, ie (30/1) will capture at 30 frames per second.

Public variable

FString

 

CodecName

Optional codec to use for compression

Public variable

TOptional< floa...

 

CompressionQuality

Optional compression quality, as a value between 0 and 1

Public variable

uint32

 

Height

Public variable

FString

 

OutputFilename

Output filename

Public variable

uint32

 

Width

Constructors

Name Description

Public function

FAVIWriterOptions()

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