connect_material_expressions
Connect two material expression nodes in an Unreal Engine material by specifying the material path and expression names.
Instructions
Wire two material expression nodes together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_path | Yes | Material asset path | |
| to_input_name | No | Target input pin name (empty string for first/default input) | |
| from_output_name | No | Source output pin name (empty string for first/default output) | |
| to_expression_name | Yes | Target expression name | |
| from_expression_name | Yes | Source expression name |