Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNode
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNode.h |
Include | #include "NiagaraNode.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNode.cpp |
static UEdGraphPin &42; TraceOutputPin
&40;
UEdGraphPin &42; LocallyOwnedOutputPin,
bool bFilterForCompilation,
TArray< const UNiagaraNode &42; > &42; OutNodesVisitedDuringTrace
&41;
Remarks
Traces a node's output pins to its source output pin.
LocallyOwnedOutputPin The pin to trace bFilterForCompilation If true, some nodes like static switches or reroute nodes are jumped over. The ui usually sets this to false to follow all possible paths.