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 |
virtual UEdGraphPin &42; GetTracedOutputPin
&40;
UEdGraphPin &42; LocallyOwnedOutputPin,
bool bFilterForCompilation,
TArray< const UNiagaraNode &42; > &42; OutNodesVisitedDuringTrace
&41; const
Remarks
Traces one of this node's output pins to its source output pin.
LocallyOwnedOutputPin The pin to trace, must be a child of this node 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.