Navigation
API > API/Runtime > API/Runtime/Engine
Represents the state of the video recorder
| Name | EVideoRecordingState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/VideoRecordingSystem.h |
| Include Path | #include "VideoRecordingSystem.h" |
Syntax
enum EVideoRecordingState
{
None,
Starting,
Recording,
Pausing,
Paused,
Finalizing,
Error,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Starting | |
| Recording | |
| Pausing | |
| Paused | |
| Finalizing | |
| Error |