Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/FMovieGraphOutputMergerFrame
Syntax
TStrongObjectPtr< UMovieGraphEvaluatedConfig > EvaluatedConfig
Remarks
The configuraton file that was being used by this frame during submission. We store it here so that it doesn't have to go through the pipeline (which is difficult becuase it's a Garbage Collected object), and the Output Merger is the "join" step before we go back onto the Game Thread.