FNiagaraStackGraphUtilities::GetUnusedFunctionInputPins

Module script calls do not have direct inputs, but rely on the parameter map being initialized correctly.

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
{
    TArray< UEdGraphPin * > FNiagaraStackGraphUtilities::GetUnusedFunctionInputPins
    (
        UNiagaraNodeFunctionCall & FunctionCallNode,
        FCompileConstantResolver ConstantResolver
    )
}

Remarks

Module script calls do not have direct inputs, but rely on the parameter map being initialized correctly. This utility function resolves which of the module's parameters are reachable during compilation and returns a list of pins on the parameter map node that do not have to be compiled.

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