set_niagara_module_enabled
Enable or disable a Niagara module in an emitter's stack to control particle behavior in Unreal Engine.
Instructions
Enable or disable a module in an emitter's stack.
Args: system_path: Path to the Niagara System asset emitter_name: Name of the target emitter module_name: Name of the module script_usage: Stack the module is in enabled: True to enable, false to disable
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| module_name | Yes | ||
| system_path | Yes | ||
| emitter_name | Yes | ||
| script_usage | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |