Navigation
API > API/Runtime > API/Runtime/MovieSceneCapture
| |
|
| Name |
EMovieSceneCaptureProtocolState |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/MovieSceneCapture/Public/MovieSceneCaptureProtocolBase.h |
| Include Path |
#include "MovieSceneCaptureProtocolBase.h" |
Syntax
enum EMovieSceneCaptureProtocolState
{
Idle,
Initialized,
Capturing,
Finalizing,
}
Values
| Name |
Remarks |
| 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 |