get_niagara_emitter_attributes
Retrieve attributes (name, type, scope, source) from a Niagara emitter, with optional name filter for specific attributes like Color or Velocity.
Instructions
Get attributes defined on an emitter at a given scope.
Returns name, type, scope, and source per attribute. Includes both rapid iteration parameters and well-known particle attributes (Position, Velocity, Color, etc.). Use filter to narrow by attribute name substring.
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter scope: Attribute scope — "particle", "emitter", "system", "all" filter: Optional name filter (e.g. "Color", "Position", "Velocity", "Size")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | particle | |
| filter | No | ||
| system_path | Yes | ||
| emitter_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |