FNiagaraVariableMetaData::GetParameterName

Gets the CachedNamespacelessParameterName and notifies if it cannot be returned due to an override being set.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h

Include

#include "NiagaraTypes.h"

Source

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

Syntax

bool GetParameterName
(
    FName & OutName
) const

Remarks

Gets the CachedNamespacelessParameterName and notifies if it cannot be returned due to an override being set. OutName The Name to return;

Returns

bool Whether the CachedNamespacelessParameterName can be returned. Is false if bUseLegacyNameString is set.

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