unreal.MovieGraphQuickRenderMode¶
- class unreal.MovieGraphQuickRenderMode¶
Bases:
EnumBaseThe available modes for Quick Render to be put into.
C++ Source:
Plugin: MovieRenderPipeline
Module: MovieRenderPipelineCore
File: MovieGraphQuickRenderSettings.h
- CURRENT_SEQUENCE: MovieGraphQuickRenderMode = Ellipsis¶
Renders the level sequence that is currently active in Sequencer.
- Type:
0
- CURRENT_VIEWPORT: MovieGraphQuickRenderMode = Ellipsis¶
Renders a single frame using the current viewport’s camera.
- Type:
2
- SELECTED_CAMERAS: MovieGraphQuickRenderMode = Ellipsis¶
Renders one frame for each camera actor selected in the Outliner.
- Type:
3
- USE_VIEWPORT_CAMERA_IN_SEQUENCE: MovieGraphQuickRenderMode = Ellipsis¶
Renders the level sequence active in Sequencer, but uses the viewport’s camera instead (for the entire duration of the render).
- Type:
1