Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UFXSystemComponent
- UFXSystemComponent::SetEmitterEnable()
- UNiagaraComponent::SetEmitterEnable()
- UParticleSystemComponent::SetEmitterEnable()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
Include | #include "Particles/ParticleSystemComponent.h" |
virtual void SetEmitterEnable
&40;
FName EmitterName,
bool bNewEnableState
&41;
Remarks
Enables/Disables a sub-emitter
Parameters
Name | Description |
---|---|
EmitterName | The name of the sub-emitter to set it on |
bNewEnableState | The value to set it to |