Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraComponent
- UFXSystemComponent::SetEmitterEnable()
- UNiagaraComponent::SetEmitterEnable()
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h |
Include | #include "NiagaraComponent.h" |
Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.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 |