Navigation
BlueprintAPI > BlueprintAPI/Effects > BlueprintAPI/Effects/Components > BlueprintAPI/Effects/Components/ParticleSystem
Enables / disables an emitter by halting spawning of new particles. You will still pay the cost of the emitter update.
Target is FXSystem Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Emitter Name | The name of the emitter |
| boolean | New Enable State | The value to set it to |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |