Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/FMovieGraphTimeStepData
Syntax
UPROPERTY&40;BlueprintReadWrite, EditAnywhere, Category&61;"Movie Graph"&41;
TObjectPtr< UMovieGraphEvaluatedConfig > EvaluatedConfig
Remarks
The evaluated config holds the configuration used for this given frame. This pointer can potentially change each frame (if the graph for that frame is different) but users can rely on the EvaluatedConfig being correct for a given frame, thus all resolves (such as filenames) should use the config for that frame, not the latest one available.