list_niagara_available_parameters
List Niagara parameters for map pin binding, including engine, particles, user, and module variables, with optional filtering by namespace or system path.
Instructions
List parameters that can be bound to a Map Get / Map Set pin.
Returns well-known Engine.* parameters and Particles.* attributes unconditionally. When system_path + module_name are supplied, also adds:
User.* parameters from the system's exposed parameter collection
Rapid-iteration parameters from every emitter script
The target scratch pad module's own script graph variables (Module.* / Input.* / Transient.*)
Args: filter: Optional case-insensitive substring filter on parameter name namespace: "all" (default), "engine", "particles", "user", "module", "input", "transient", "rapid_iteration" max_results: Cap on returned entries (default 500) system_path: Optional system path to pull per-emitter + user params module_name: Optional scratch pad module to pull script-local params
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| namespace | No | all | |
| max_results | No | ||
| module_name | No | ||
| system_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |