FNiagaraStackGraphUtilities::GetNamespacesForNewWriteParameters

Gets the valid namespaces which new parameters for this usage can write to.

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::GetNamespacesForNewWriteParameters
    (
        EStackEditContext EditContext,
        ENiagaraScriptUsage Usage,
        const TOptional< FName > & StackContextAlias,
        TArray< FName > & OutNamespacesForNewParameters
    )
}

Remarks

Gets the valid namespaces which new parameters for this usage can write to.

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