Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNodeFunctionCall
Description
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.
| Name | FindStaticSwitchInputPin |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeFunctionCall.h |
| Include Path | #include "NiagaraNodeFunctionCall.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeFunctionCall.cpp |
UEdGraphPin * FindStaticSwitchInputPin
(
const FName & VariableName
) const