set_niagara_renderer_property
Set a specific property on a Niagara emitter's renderer by providing the system path, emitter name, property name, and value.
Instructions
Set a property on an emitter's renderer.
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter property: Property name (e.g. "Material", "Alignment", "FacingMode", "SortOrder") value: Property value as string renderer_index: Index of the renderer (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| property | Yes | ||
| system_path | Yes | ||
| emitter_name | Yes | ||
| renderer_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |