Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Information on visited nodes found during traversal.
| Name | FMovieGraphEvaluationContext_VisitedNodeInfo |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
Syntax
USTRUCT ()
struct FMovieGraphEvaluationContext_VisitedNodeInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| VisitedNodes | TSet< TObjectPtr< UMovieGraphNode > > | The nodes that were visited during traversal. | Graph/MovieGraphConfig.h |