add_niagara_emitter
Add an emitter to a Niagara System using an existing emitter asset or a built-in template like Fountain or Sprite.
Instructions
Add an emitter to a Niagara System.
Provide either emitter_path (existing emitter asset) or template (built-in template name).
Args: system_path: Path to the Niagara System asset emitter_path: Path to an existing NiagaraEmitter asset to add emitter_name: Optional display name for the emitter in this system template: Built-in template name (e.g. "Fountain", "Sprite", "Mesh")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | ||
| system_path | Yes | ||
| emitter_name | No | ||
| emitter_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |