UMoviePipelineSetting::OnMoviePipelineInitialized

This is called once on a setting when the movie pipeline is first set up.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

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

Include

#include "MoviePipelineSetting.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineSetting.cpp

Syntax

void OnMoviePipelineInitialized
(
    UMoviePipeline * InPipeline
)

Remarks

This is called once on a setting when the movie pipeline is first set up. If the setting only exists as part of a shot override, it will be called once when the shot is initialized.

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