UNiagaraNodeFunctionCall::FindStaticSwitchInputPin

Attempts to find the input pin for a static switch with the given name in the internal script graph.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeFunctionCall.h

Include

#include "NiagaraNodeFunctionCall.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeFunctionCall.cpp

Syntax

UEdGraphPin * FindStaticSwitchInputPin
(
    const FName & VariableName
) const

Remarks

Attempts to find the input pin for a static switch with the given name in the internal script graph. Returns nullptr if no such pin can be found.

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