Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
Add the specified node instance to the graph. This will rename the node to ensure the graph is the outer and then it will add it to the internal list of nodes used by the graph. See ConstructRuntimeNode if you want to construct a node by class and don't already have an instance.
Not currently exposed to the Blueprint API as it's generally internal use only.
| Name | AddNode |
| 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 |
void AddNode
(
UMovieGraphNode * InNode
)