add_niagara_map_get_pin
Add a typed output pin to a Niagara ParameterMapGet node in a scratch pad graph, using the parameter name as the handle.
Instructions
Add a typed output pin to the first ParameterMapGet node in a scratch pad graph.
Mirrors clicking "+" on a Map Get node in the editor and picking a variable. The pin name becomes the parameter handle (e.g. "Engine.DeltaTime", "User.MyParam", "Particles.Velocity").
Args: system_path: Niagara System asset path module_name: Scratch pad module name parameter_name: Variable name including namespace (e.g. "Engine.DeltaTime") parameter_type: Niagara type (float, int, bool, vec2/3/4, color, quat, matrix, position, ...)
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 |