unreal.TakeRecorderPanelMode
¶
- class unreal.TakeRecorderPanelMode¶
Bases:
unreal.EnumBase
ETake Recorder Panel Mode
C++ Source:
Plugin: Takes
Module: TakeRecorder
File: TakeRecorderPanel.h
- EDITING_PRESET¶
The panel is editing a Take Preset asset
- Type
2
- NEW_RECORDING¶
The panel is setting up a new recording
- Type
0
- RECORDING_INTO¶
The panel is setting up recording into an existing level sequence
- Type
1
- REVIEWING_RECORDING¶
The panel is reviewing a previously recorded take
- Type
3