Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphFileOutputNode
Description
This is called when the pipeline has finished rendering all shots, and the sequence export process has not begun yet. See OnAllShotFramesSubmitted() for a method that is called when an individual shot has finished rendering.
| Name | OnAllFramesSubmitted |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphFileOutputNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphFileOutputNode.h" |
void OnAllFramesSubmitted
(
UMovieGraphPipeline * InPipeline,
TObjectPtr < UMovieGraphEvaluatedConfig > & InPrimaryJobEvaluatedGraph
)