BlueprintAPI > BlueprintAPI/RigVMController
Adds a Reroute Node on an existing Pin to the editor Graph. Reroute Nodes can be used to visually improve the data flow, they don't require any additional memory though and are purely cosmetic. This causes a NodeAdded modified event.
Target is Rig VMController
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
string | In Pin Path | |
boolean | As Input | |
vector2d struct | In Position | |
string | In Node Name | |
boolean | Setup Undo Redo | |
boolean | Print Python Command |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | Adds a Reroute Node on an existing Pin to the editor Graph.Reroute Nodes can be used to visually improve the data flow,they don't require any additional memory though and are purelycosmetic. This causes a NodeAdded modified event. |