FNiagaraEmitterHandle::SetIsEnabled

Sets whether or not this emitter is enabled within the System.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitterHandle.h

Include

#include "NiagaraEmitterHandle.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitterHandle.cpp

Syntax

bool SetIsEnabled
(
    bool bInIsEnabled,
    UNiagaraSystem & InOwnerSystem,
    bool bRecompileIfChanged
)

Remarks

Sets whether or not this emitter is enabled within the System. Disabled emitters aren't simulated. Returns whether or not the enabled state changed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss