IVideoRecordingSystem::NewRecording

Initializes a new video recording.

Windows
MacOS
Linux

Override Hierarchy

IVideoRecordingSystem::NewRecording()

FGenericVideoRecordingSystem::NewRecording()

References

Module

Engine

Header

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

Include

#include "VideoRecordingSystem.h"

Syntax

bool NewRecording
(
    const TCHAR * DestinationFileName,
    FVideoRecordingParameters Parameters
)

Remarks

Initializes a new video recording.

By default does not start capturing, will not start again after saving and will export to the library. Use the RegisterVideoRecordingFinalizedDelegate to retrieve the final filepath.

Returns

True if opening the recording succeeded, false otherwise.

Parameters

Parameter

Description

DestinationFileName

The base name of the resulting video, without a path or extension.

Parameters

the parameters for this recording

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