FNiagaraCompileEventToken::Create

Factory method, tokens can only be constructed as shared refs

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraMessageManager.h

Include

#include "NiagaraMessageManager.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraMessageManager.cpp

Syntax

static TSharedRef< FNiagaraCompileEventToken > Create
(
    const FString & InScriptAssetPath,
    const FText & InMessage,
    const TOptional< const FGuid > & InNodeGUID,
    const TOptional< const FGuid > & InPinGUID
)

Remarks

Factory method, tokens can only be constructed as shared refs

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