Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraEmitterHandle
Description
Sets whether or not this emitter is enabled within the System. Disabled emitters aren't simulated. Returns whether or not the enabled state changed.
| Name | SetIsEnabled |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitterHandle.h |
| Include Path | #include "NiagaraEmitterHandle.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitterHandle.cpp |
bool SetIsEnabled
(
bool bInIsEnabled,
UNiagaraSystem & InOwnerSystem,
bool bRecompileIfChanged
)