EMovieSceneCaptureProtocolState

Windows
MacOS
Linux

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolBase.h

Include

#include "MovieSceneCaptureProtocolBase.h"

Syntax

enum EMovieSceneCaptureProtocolState
{
    Idle,
    Initialized,
    Capturing,
    Finalizing,
}

Values

Name

Description

Idle

The protocol is idle, and has not even been initialized

Initialized

The protocol has been initialized (and bound to a viewport) but is not capturing frames yet

Capturing

The protocol has been initialized, bound to a viewport and is capturing data

Finalizing

The protocol has finished capturing data, and is pending finalization

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