niagara_set_system_user_parameter
Set or update an exposed Niagara System user parameter in Unreal Engine by specifying system path, parameter name, type, and value.
Instructions
Add or update a Niagara System exposed user parameter.
KB: see knowledge_base/09_NIAGARA_VFX.md#overview Example: niagara_set_system_user_parameter(system_path="/Game/MCP_Test/Example", parameter_name="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| value | No | ||
| system_path | Yes | ||
| parameter_name | Yes | ||
| parameter_type | No | float |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |