unreal.MovieSceneCaptureProtocolState

class unreal.MovieSceneCaptureProtocolState

Bases: EnumBase

EMovie Scene Capture Protocol State

C++ Source:

  • Module: MovieSceneCapture

  • File: MovieSceneCaptureProtocolBase.h

CAPTURING: MovieSceneCaptureProtocolState

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

Type:

2

FINALIZING: MovieSceneCaptureProtocolState

The protocol has finished capturing data, and is pending finalization

Type:

3

IDLE: MovieSceneCaptureProtocolState

The protocol is idle, and has not even been initialized

Type:

0

INITIALIZED: MovieSceneCaptureProtocolState

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

Type:

1