Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
Include | #include "NiagaraEditorUtilities.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraEditorUtilities
{
const FNiagaraEmitterHandle &42; FNiagaraEditorUtilities&58;&58;GetEmitterHandleForEmitter
&40;
UNiagaraSystem & System,
const FVersionedNiagaraEmitter & Emitter
&41;
}
Remarks
Gets an emitter handle from a system and an owned emitter. This handle will become invalid if emitters are added or removed from the system, so in general this value should not be cached across frames. The emitter handle for the supplied emitter, or nullptr if the emitter isn't owned by this system.
Parameters
Name | Description |
---|---|
System | The source system which owns the emitter handles. |
The | emitter to search for in the system. |