UMoviePipelineOutputBase::BeginFinalize

Called once when all frames have been produced for the pipeline.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineOutputBase.h

Include

#include "MoviePipelineOutputBase.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss