Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineBasicConfig
Description
Merge a shot's basic config with this config, providing the result in "OutMerged". For each bOverride_* that is true within InShotOverrides, use the shot's value; otherwise, use the value from this config.
| Name | MergeOverrides |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineBasicConfig.h |
| Include Path | #include "MoviePipelineBasicConfig.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineBasicConfig.cpp |
void MergeOverrides
(
const UMoviePipelineBasicConfig * InShotOverrides,
UMoviePipelineBasicConfig & OutMerged
) const