get_niagara_renderer_properties
Retrieve editable properties and current values of a Niagara renderer, with optional substring filter to focus on specific fields like Material or Shape.
Instructions
Get editable properties of a renderer with current values and valid enum values.
Token-efficient: use filter to get only specific properties instead of all. Property names can be used directly with set_niagara_renderer_property.
Common filters: "Facing", "Material", "Sort", "Shadow", "Width", "Shape", "UV"
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter renderer_index: Renderer index (default 0) filter: Substring filter on property name — strongly recommended to save tokens
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| system_path | Yes | ||
| emitter_name | Yes | ||
| renderer_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |