EVideoRecordingState

Represents the state of the video recorder

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "VideoRecordingSystem.h"

Syntax

enum EVideoRecordingState
{
    None,
    Starting,
    Recording,
    Pausing,
    Paused,
    Finalizing,
    Error,
}

Values

Name

Description

None

Starting

Recording

Pausing

Paused

Finalizing

Error

Remarks

Represents the state of the video recorder

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