UNiagaraSystem::AddEmitterHandleDirect

Adds a new emitter handle to this system without copying the original asset.

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraSystem.h"

Source

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

Syntax

void AddEmitterHandleDirect
(
    FNiagaraEmitterHandle & EmitterHandleToAdd
)

Remarks

Adds a new emitter handle to this system without copying the original asset. This should only be used for temporary systems and never for live assets.

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