Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Provides the interface that nodes must implement if they need to inject additional nodes into the graph at various points in the graph evaluation cycle.
| Name | IMovieGraphEvaluationNodeInjector |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
Syntax
class IMovieGraphEvaluationNodeInjector : public IInterface
Implements Interfaces
Derived Classes
IMovieGraphEvaluationNodeInjector derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InjectNodesPostEvaluation
(
const FName& InBranchName, |
Injects nodes into the EVALUATED graph. | Graph/MovieGraphNode.h |
|