FNiagaraStackGraphUtilities::GetNamespacesForNewReadParameters

Gets the valid namespaces which new parameters for this usage can be read from.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackGraphUtilities.h

Include

#include "ViewModels/Stack/NiagaraStackGraphUtilities.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/Stack/NiagaraStackGraphUtilities.cpp

Syntax

namespace FNiagaraStackGraphUtilities
{
    void FNiagaraStackGraphUtilities::GetNamespacesForNewReadParameters
    (
        EStackEditContext EditContext,
        ENiagaraScriptUsage Usage,
        TArray< FName > & OutNamespacesForNewParameters
    )
}

Remarks

Gets the valid namespaces which new parameters for this usage can be read from.

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