OnMoviePipelineShotWorkFinishedDelegate

Only called if `[IsFlushDiskWritesPerShot()](API\Plugins\MovieRenderPipelineCore\UMoviePipeline\IsFlushDiskWritesPerShot)_ is set! Called after each shot is finished and files have been flushed to disk.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(BlueprintAssignable, Category="Movie Render Pipeline")
FMoviePipelineWorkFinished OnMoviePipelineShotWorkFinishedDelegate

Remarks

Only called if `IsFlushDiskWritesPerShot()_ is set! Called after each shot is finished and files have been flushed to disk. The returned data in the params struct will have only the per-shot metadata for the just finished shot. Use OnMoviePipelineFinished() if you need all ot the metadata.

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