Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineOutputBase
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineOutputBase.h |
| Include | #include "MoviePipelineOutputBase.h" |
void BeginFinalize()
Remarks
Called once when all frames have been produced for the pipeline. Use this as an indicator to start flushing to disk. Async processes can be started here and HasFinishedProcessing() will be called each frame until all all containers return true, at which point Finalize will be called.