Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
The action that should be taken after finishing the render.
| Name | EMoviePipelinePostRenderActionType |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include Path | #include "MovieRenderPipelineDataTypes.h" |
Syntax
enum EMoviePipelinePostRenderActionType
{
DoNothing = 0,
PlayRenderOutput = 1 << 0,
OpenOutputDirectory = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| DoNothing | Do nothing after the render. |
| PlayRenderOutput | Open the media that was generated from the render. |
| OpenOutputDirectory | Open the directory that contains the files generated by the render. |