get_niagara_particle_stats
Retrieve live particle counts per emitter, total spawned, execution state, and bounds from a previewing Niagara system to debug performance or verify emitter behavior.
Instructions
Get live particle counts and emitter execution state from running preview.
Shows how many particles are alive per emitter, total spawned count, execution state (Active/Inactive/Complete), and bounds info. Requires the system to be previewing in the Niagara editor or spawned in level.
Args: system_path: Path to the Niagara System asset emitter_name: Optional — filter to a specific emitter's stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_path | Yes | ||
| emitter_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |