Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphConfig
Type
typedef TBaseDelegate_TwoParams< void, UMovieGraphNode &42;, const UMovieGraphPin &42; > FVisitNodesCallback
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
Remarks
Callback for when a node is visited. The node is the node being visited, and the pin is the pin which the node was accessed by (eg, if visiting downstream nodes, the pin will be the input pin that connects to the node that the traversal started from, or the node that was previously visited).