link_parameters
Create a live parameter link by writing an HScript expression into the destination parameter, so it automatically reads the source value and survives node moves or instancing.
Instructions
Create a channel reference from one parameter to another.
The destination gets an HScript expression that reads the source as its own type: chs() for a String parameter, ch() for numbers, toggles and menus. The path is relative to the destination node (chs("../CTRL/mat")), so the link survives moving the pair, collapsing into a subnet or instancing an HDA. The reply carries the expression, the function used and the destination's evaluated value.
Args: source_path: Source node path. source_parm: Source parameter name. dest_path: Destination node path. dest_parm: Destination parameter name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest_parm | Yes | ||
| dest_path | Yes | ||
| source_parm | Yes | ||
| source_path | Yes |