Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphNode
- UMovieGraphNode::CanBeAddedByUser()
- UMovieGraphInputNode::CanBeAddedByUser()
- UMovieGraphOutputNode::CanBeAddedByUser()
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
virtual bool CanBeAddedByUser() const
Remarks
Determines if this node type can be added to the graph interactively by a user or via the API when constructing a graph. true if the object can be added via the API, false otherwise