FNiagaraEditorUtilities::GetVariableMetaDataScope

Gets the Scope 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::GetVariableMetaDataScope
    (
        const FNiagaraVariableMetaData & MetaData,
        ENiagaraParameterScope & OutScope
    )
}

Remarks

Gets the Scope and notifies if it does not apply due to an override being set. MetaData The MetaData to get the namespace string for. OutScope The Scope to return.

Returns

bool Whether the returned scope is not overridden. 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