Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- IMovieGraphPostRenderNode
- UMovieGraphCommandLineEncoderNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
Syntax
class IMovieGraphPostRenderNode
Remarks
A node which runs after renders have completed. Can run after a single shot renders and/or after a sequence renders all of its shots.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginExport
(
UMovieGraphPipeline* InMoviePipeline, |
Begins the export process for this node after all shots have completed. | |
| void | BeginShotExport
(
UMovieGraphPipeline* InMoviePipeline |
Begins the export process for this node after an individual shot completes. | |
| bool | Returns true if this node has finished its export process, else false. |