set_niagara_user_parameter
Set a user parameter value on a Niagara System asset or level actor instance by providing parameter name, type, and value.
Instructions
Set a user parameter value on a Niagara System asset or level actor instance.
Provide either system_path (asset default) or actor_name (runtime override).
Args: parameter_name: Name of the user parameter parameter_type: Type of the parameter (must match existing type) value: Value as string actor_name: Name of an actor in the level for runtime override system_path: Path to the system asset for default value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| actor_name | No | ||
| system_path | No | ||
| parameter_name | Yes | ||
| parameter_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |