Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphConfig
Description
Creates the given node type in this graph. Does not create any connections, and a node will not be considered during evaluation unless it is connected to other nodes in the graph.
| Name | CreateNodeByClass |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
UFUNCTION (BlueprintCallable, Meta=(DeterminesOutputType="InClass"), Category="Movie Graph")
UMovieGraphNode * CreateNodeByClass
(
const TSubclassOf < UMovieGraphNode > InClass
)