Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
The action that quick render should take after finishing the render.
| Name | EMovieGraphQuickRenderPostRenderActionType |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphQuickRenderSettings.h |
| Include Path | #include "Graph/MovieGraphQuickRenderSettings.h" |
Syntax
enum EMovieGraphQuickRenderPostRenderActionType
{
DoNothing,
PlayRenderOutput,
OpenOutputDirectory,
}
Values
| Name | Remarks |
|---|---|
| DoNothing | Do nothing after the render. |
| PlayRenderOutput | Open the media that was generated from Quick Render. |
| OpenOutputDirectory | Open the directory that contains the files generated by Quick Render. |