Navigation
API > API/Plugins > API/Plugins/TakeRecorder
| Name | ETakeRecorderState |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/Recorder/TakeRecorder.h |
| Include Path | #include "Recorder/TakeRecorder.h" |
Syntax
enum ETakeRecorderState
{
PreInitialization,
CountingDown,
PreRecord,
TickingAfterPre,
Started,
Stopped,
Cancelled,
}
Values
| Name | Remarks |
|---|---|
| PreInitialization | |
| CountingDown | |
| PreRecord | |
| TickingAfterPre | |
| Started | |
| Stopped | |
| Cancelled |