FNiagaraEditorUtilities::GetVariableMetaDataNamespaceStringForNewScope

Gets the Namespace string and notifies if it does not apply due to an override being set.

Windows
MacOS
Linux

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

Syntax

namespace FNiagaraEditorUtilities
{
    bool FNiagaraEditorUtilities::GetVariableMetaDataNamespaceStringForNewScope
    (
        const FNiagaraVariableMetaData & MetaData,
        const FName & NewScopeName,
        FString & OutNamespaceString
    )
}

Remarks

Gets the Namespace string and notifies if it does not apply due to an override being set. MetaData The MetaData to get the namespace string for. NewScopeName The NewScopeName to consider when getting the namespace string. OutNamespaceString The Namespace string to return.

Returns

bool Whether the returned Namespace string is valid. 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