Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNode
Description
Traces a node's output pins to its source output pin.
@Param LocallyOwnedOutputPin The pin to trace @Param 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.
| Name | TraceOutputPin |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNode.h |
| Include Path | #include "NiagaraNode.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNode.cpp |
static UEdGraphPin * TraceOutputPin
(
UEdGraphPin * LocallyOwnedOutputPin,
bool bFilterForCompilation,
TArray < const UNiagaraNode * > * OutNodesVisitedDuringTrace
)