add_niagara_map_set_pin
Adds a typed input pin to a ParameterMapSet node within a Niagara scratch pad graph, enabling custom parameter definitions.
Instructions
Add a typed input pin to the first ParameterMapSet node in a scratch pad graph.
Mirrors clicking "+" on a Map Set node in the editor.
Args: system_path: Niagara System asset path module_name: Scratch pad module name parameter_name: Variable name including namespace parameter_type: Niagara type (see add_niagara_map_get_pin)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | Yes | ||
| system_path | Yes | ||
| parameter_name | Yes | ||
| parameter_type | No | float |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |