Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineSetting
Description
Called only on settings that have been added to the Primary Configuration to let you know that a shot is about to be rendered. Useful if your setting needs to know something about the shot to do something correctly, without using a per-shot override.
| Name | OnSetupForShot |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineSetting.h |
| Include Path | #include "MoviePipelineSetting.h" |
void OnSetupForShot
(
UMoviePipelineExecutorShot * InShot
)