Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/FMovieGraphEvaluationContext
Syntax
UPROPERTY ()
TMap< const UMovieGraphConfig *, FMovieGraphEvaluationContext_VisitedNodeInfo > VisitedNodesByOwningGraph
Remarks
A list of nodes that have been visited, where the key is the graph where the node was found. Used for cycle detection right now.