disconnect_shader_graph_nodes
Disconnect two ports in a VisualShader graph by specifying the shader path and the source and target node indexes and port numbers.
Instructions
Disconnect two node ports in a VisualShader graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to VisualShader .tres | |
| to_node | Yes | Target node index | |
| to_port | Yes | Target port index | |
| from_node | Yes | Source node index | |
| from_port | Yes | Source port index |