get_niagara_user_parameters
Retrieve user-exposed parameters from a Niagara System asset or actor component. Filter results by parameter name to get name, type, and value type.
Instructions
Get user-exposed parameters from a Niagara System asset or a level actor's component.
Returns name, type, and value_type per parameter. Provide either system_path (asset) or actor_name (level instance). Use filter to narrow by parameter name substring.
Args: system_path: Path to the Niagara System asset actor_name: Name of an actor in the level with a NiagaraComponent filter: Optional name filter (e.g. "Color", "Intensity", "Size")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| actor_name | No | ||
| system_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |