set_niagara_module_input
Set a static value on any module input parameter in a Niagara system by specifying the emitter, module, input name, and value as a string, with support for scalars, vectors, colors, enums, and booleans.
Instructions
Set a static value on a module input parameter.
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter module_name: Name of the module input_name: Name of the input parameter to set value: Value as string — scalars, vectors "(X,Y,Z)", colors "(R,G,B,A)", enums, bools script_usage: Stack the module is in
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| input_name | Yes | ||
| module_name | Yes | ||
| system_path | Yes | ||
| emitter_name | Yes | ||
| script_usage | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |