get_niagara_rapid_iteration_parameters
Retrieve configurable parameters from Niagara VFX modules, such as spawn rate, gravity, and colors, with names, types, current values, and module ownership.
Instructions
Get rapid iteration parameters (the actual configurable values on modules).
These are the real module inputs — spawn rate, gravity, colors, sizes, etc. Returns parameter names, types, current values, and which module they belong to.
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter script_usage: Stack filter — emitter_spawn, emitter_update, particle_spawn, particle_update, or all filter: Optional substring filter on parameter name (e.g. "Color", "SpawnRate", "Gravity")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| system_path | Yes | ||
| emitter_name | Yes | ||
| script_usage | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |