Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture
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 |