Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleSystemComponent
- UFXSystemComponent::SetEmitterEnable()
- UParticleSystemComponent::SetEmitterEnable()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include | #include "Particles/ParticleSystemComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp |
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 |