Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraEmitterHandle
Description
Sets the display name for this emitter in the System. The system is needed here in order to ensure uniqueness of the name.
| Name | SetName |
| 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 |
void SetName
(
FName InName,
UNiagaraSystem & InOwnerSystem
)