Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPipeline
Description
Sends the rendered pixel data to all file output nodes (they will use the "mask" provided to determine if they need to process the data). OnReceiveImageData() will be called on each of these nodes, and in turn they will typically call AddOutputFuture() on the pipeline to provide a future that communicates the status of their write task.
| Name | ProcessOutstandingFinishedFrames |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPipeline.h |
| Include Path | #include "Graph/MovieGraphPipeline.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphPipeline.cpp |
virtual void ProcessOutstandingFinishedFrames()