BlueprintAPI > BlueprintAPI/RigVMController
Adds a Reroute Node on an existing Link to the edited Graph given the Link's string representation. 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 Link Pin Path Representation | |
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 Link to the edited Graph given the Link's string representation.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. |