FNiagaraStackGraphUtilities::GetStackFunctionInputPins

Returns the input pins for the given function call node.

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::GetStackFunctionInputPins
    (
        UNiagaraNodeFunctionCall & FunctionCallNode,
        TArray< const UEdGraphPin * > & OutInputPins,
        ENiagaraGetStackFunctionInputPinsOptions Options,
        bool bIgnoreDisabled
    )
}

Remarks

Returns the input pins for the given function call node. Try not to use this method if possible and use the version that accepts a FCompileConstantResolver parameter. This method should only be used if the current context is completely outside of any system or emitter (e.g. inside the graph editor itself) and constants cannot be resolved at all.

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