FVideoRecordingParameters

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h

Include

#include "VideoRecordingSystem.h"

Syntax

struct FVideoRecordingParameters

Variables

Name Description

Public variable

bool

 

bAutoContinue

If true, a new video will be created based on the original file name and automatically start.

Public variable

bool

 

bAutoStart

If true, video recording will automatically start.

Public variable

bool

 

bExportToLibrary

If true, the saved video will be exported to the platform's video library. If false it will remain as a temporary file only.

Public variable

uint64

 

RecordingLengthSeconds

If greater than 0 sets the length of the ring buffer (maximum limited by platform).

Public variable

FPlatformUserId

 

UserId

Set the user current recording belongs to.

Constructors

Name Description

Public function

FVideoRecordingParameters()

Public function

FVideoRecordingParameters

(
    uint64 InRecordingLengthSeconds,
    bool bInAutoStart,
    bool bInAutoContinue,
    bool bInExportToLibrary,
    FPlatformUserId InUserId
)

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