list_niagara_script_parameters
List input and output parameters of a Niagara script to discover available parameters or audit changes before and after mutation.
Instructions
List input + output parameters of a Niagara script.
Outputs come from UNiagaraNodeOutput::Outputs (the Output Dynamic Input node for dynamic inputs, or Output Module for modules). Inputs come from graph script variable metadata filtered to Module.* / Input.* / User.* namespaces.
Useful for discovering what an "Add Parameter" dropdown would show or for diff-auditing a graph before/after mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | No | ||
| script_path | No | ||
| system_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |