UMoviePipelineSetting::OnMoviePipelineShutdown

This is called once on a setting when the movie pipeline is shut down.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

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

Include

#include "MoviePipelineSetting.h"

Syntax

void OnMoviePipelineShutdown
(
    UMoviePipeline * InPipeline
)

Remarks

This is called once on a setting when the movie pipeline is shut down. If the setting only exists as part of a shot override, it will be called once the shot is finished. see shot-related callbacks so that they work properly with shot-overrides.

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