Connecting Multiple Nodes

How can i connect multiple nodes in
Blueprint for one click to another
node

You cannot, there’s no clever button for that, sadly. Would be cool, though; grab 30 nodes and say - y’all connect right here. You can reconnect a bunch of nodes if you hold CTRL.


On the other hand, if you need to connect 30 of something, you’re probably approaching it from an awkward angle. While there’s some manual labour required when cooking blueprint spaghetti, you can wrap things up with structures / array / macros and functions.

30 is OK, but if you need to do 30 thirty times, then it becomes worth looking in the logic of what you’re trying to do.