unreal.MovieGraphQuickRenderPostRenderActionType

class unreal.MovieGraphQuickRenderPostRenderActionType

Bases: EnumBase

The action that quick render should take after finishing the render.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphQuickRenderSettings.h

DO_NOTHING: MovieGraphQuickRenderPostRenderActionType = Ellipsis

Do nothing after the render.

Type:

0

OPEN_OUTPUT_DIRECTORY: MovieGraphQuickRenderPostRenderActionType = Ellipsis

Open the directory that contains the files generated by Quick Render.

Type:

2

PLAY_RENDER_OUTPUT: MovieGraphQuickRenderPostRenderActionType = Ellipsis

Open the media that was generated from Quick Render. The application used for this is defined in Editor Preferences for Movie Render Graph.

Type:

1