UNiagaraNode::NodeConnectionListChanged

Called when something external to this node has changed the connection list of any of the pins in the node

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::NodeConnectionListChanged()

UNiagaraNode::NodeConnectionListChanged()

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

Syntax

virtual void NodeConnectionListChanged()

Remarks

Called when something external to this node has changed the connection list of any of the pins in the node

  • Different from PinConnectionListChanged as this is called outside of any loops iterating over our pins allowing us to do things like reconstruct the node safely without trashing pins we are already iterating on

  • Typically called after a user induced action like making a pin connection or a pin break

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