set_material_function_output
Modify a FunctionOutput node's properties in a material function: change its pin name, description, and sort priority.
Instructions
Modify an existing FunctionOutput node's properties.
Args: function_path: Full path to existing material function node_index: Index of the FunctionOutput node (from get_material_function_info) output_name: New pin name description: New tooltip sort_priority: New display order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_index | Yes | ||
| description | No | ||
| output_name | No | ||
| function_path | Yes | ||
| sort_priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |