unreal.MovieSceneCaptureProtocolState

class unreal.MovieSceneCaptureProtocolState

Bases: unreal.EnumBase

EMovie Scene Capture Protocol State

C++ Source:

  • Module: MovieSceneCapture

  • File: MovieSceneCaptureProtocolBase.h

CAPTURING

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

Type

2

FINALIZING

The protocol has finished capturing data, and is pending finalization

Type

3

IDLE

The protocol is idle, and has not even been initialized

Type

0

INITIALIZED

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

Type

1