Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPipeline
Description
Resets the render layer subsystem and updates it to reflect the render layers that are present in the evaluated graph. Does not update the contents of the layers, however. See UpdateLayerContentsInRenderLayerSubsystem().
| Name | CreateLayersInRenderLayerSubsystem |
| 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 CreateLayersInRenderLayerSubsystem
(
const UMovieGraphEvaluatedConfig * EvaluatedConfig
) const