UK2Node_MacroInstance::NodeConnectionListChanged

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

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_MacroInstance

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_MacroInstance.h
Include #include "K2Node_MacroInstance.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_MacroInstance.cpp
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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library