Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
Creates a new node of the given class and inserts it immediately upstream (to the left) of InTargetNode on the specified input pin (defaults to the unnamed pin). Any node previously connected to that input is reconnected upstream of the new node. Returns the newly created node, or nullptr on failure.
| Name | InsertBefore |
| 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 * InsertBefore
(
UMovieGraphNode * InTargetNode,
const TSubclassOf < UMovieGraphNode > InNodeClass,
const FName & InTargetPinLabel
)