Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineSetting
Description
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.
| Name | OnMoviePipelineInitialized |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineSetting.h |
| Include Path | #include "MoviePipelineSetting.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineSetting.cpp |
void OnMoviePipelineInitialized
(
UMoviePipeline * InPipeline
)