Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPipeline
Description
Updates the contents of the layers that are currently present in the render layer subsystem by evaluating all available collections and modifiers. To update the layers that are present in the subsystem, see CreateLayersInRenderLayerSubsystem().
| Name | UpdateLayerContentsInRenderLayerSubsystem |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPipeline.h |
| Include Path | #include "Graph/MovieGraphPipeline.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphPipeline.cpp |
void UpdateLayerContentsInRenderLayerSubsystem
(
const UMovieGraphEvaluatedConfig * EvaluatedConfig
) const