FNiagaraEmitterHandle::SetName

Sets the display name for this emitter in 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

void SetName
(
    FName InName,
    UNiagaraSystem & InOwnerSystem
)

Remarks

Sets the display name for this emitter in the System. The system is needed here in order to ensure uniqueness of the name.

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