Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/FMovieGraphEvaluationContext
Syntax
UPROPERTY&40;&41;
TArray< TObjectPtr< const UMovieGraphSubgraphNode > > SubgraphStack
Remarks
The current stack of subgraphs that are being visited. The last subgraph in the stack is the one currently being visited. If no subgraphs are in this stack, then the parent-most graph is being traversed currently.