Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
Traverse the graph, generating a combined "flatten" graph as it goes. Returns false if there was an issue (and the evaluation context will be updated with more details regarding the failure).
| Name | CreateFlattenedGraph_Recursive |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphConfig.cpp |
bool CreateFlattenedGraph_Recursive
(
UMovieGraphEvaluatedConfig * InOwningConfig,
FMovieGraphEvaluatedBranchConfig & OutBranchConfig,
FMovieGraphEvaluationContext & InEvaluationContext,
UMovieGraphPin * InPinToFollow
)