Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraSystem
Description
Duplicates an existing emitter handle and adds it to the System. The new handle will reference the same source asset, but will have a copy of the duplicated Instance value.
| Name | DuplicateEmitterHandle |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraSystem.h |
| Include Path | #include "NiagaraSystem.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraSystem.cpp |
FNiagaraEmitterHandle DuplicateEmitterHandle
(
const FNiagaraEmitterHandle & EmitterHandleToDuplicate,
FName EmitterName
)