UNiagaraSystem::AddEmitterHandle

Adds a new emitter handle to this System.

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

FNiagaraEmitterHandle AddEmitterHandle
(
    UNiagaraEmitter & SourceEmitter,
    FName EmitterName
)

Remarks

Adds a new emitter handle to this System. The new handle exposes an Instance value which is a copy of the original asset.

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