FNiagaraStackGraphUtilities::ParameterAllowedInExecutionCategory

Whether a parameter is allowed to be used in a certain execution category.

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
{
    bool FNiagaraStackGraphUtilities::ParameterAllowedInExecutionCategory
    (
        const FName InParameterName,
        const FName ExecutionCategory
    )
}

Remarks

Whether a parameter is allowed to be used in a certain execution category. Used to check if parameter can be dropped on a module or funciton stack entry.

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