Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
Creates a new node of the given class and inserts it immediately downstream (to the right) of InTargetNode on the specified output pin (defaults to the unnamed pin). The first downstream connection on that pin is reconnected downstream of the new node; if the pin has multiple connections, the caller should manage additional reconnections manually. Returns the newly created node, or nullptr on failure.
| Name | InsertAfter |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphConfig.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
UMovieGraphNode * InsertAfter
(
UMovieGraphNode * InTargetNode,
const TSubclassOf < UMovieGraphNode > InNodeClass,
const FName & InTargetPinLabel
)