unreal.MovieGraphQuickRenderPostRenderActionType

class unreal.MovieGraphQuickRenderPostRenderActionType

Bases: EnumBase

deprecated: ‘MovieGraphQuickRenderPostRenderActionType’ was renamed to ‘MoviePipelinePostRenderActionType’.

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 the render.

Type:

2

PLAY_RENDER_OUTPUT: MovieGraphQuickRenderPostRenderActionType = Ellipsis

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

Type:

1