UNiagaraEmitter::GetEventHandlerByIdUnsafe

Gets a pointer to an event handler by script usage id.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h

Include

#include "NiagaraEmitter.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitter.cpp

Syntax

FNiagaraEventScriptProperties * GetEventHandlerByIdUnsafe
(
    FGuid ScriptUsageId
)

Remarks

Gets a pointer to an event handler by script usage id. This method is potentially unsafe because modifications to the event handler array can make this pointer become invalid without warning.

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