BlueprintAPI > BlueprintAPI/RigVMController
Removes a node from the graph given the node's name. This causes a NodeRemoved modified event.
Target is Rig VMController
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
name | In Node Name | |
boolean | Setup Undo Redo | |
boolean | Print Python Command |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Removes a node from the graph given the node's name.This causes a NodeRemoved modified event. |