IVideoRecordingSystem::FinalizeRecording

Stops recording and prepares the final video file for use.

Windows
MacOS
Linux

Override Hierarchy

IVideoRecordingSystem::FinalizeRecording()

FGenericVideoRecordingSystem::FinalizeRecording()

References

Module

Engine

Header

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

Include

#include "VideoRecordingSystem.h"

Syntax

void FinalizeRecording
(
    const bool bSaveRecording,
    const FText & Title,
    const FText & Comment,
    const bool bStopAutoContinue
)

Remarks

Stops recording and prepares the final video file for use.

Parameters

Parameter

Description

bSaveRecording

If true, the recording will be saved. If false, the recording will be discarded.

bStopAutoContinue

If true, a auto-continue recording will be stopped.

Title

The title to use for the final video

Comment

A comment to store with the final video

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