Hello world. How can i connect multiple nodes in Blueprint for one click to another node ( maybe some Hotkeys )?
I have over 30 components and i need to connect them to a visibility node.
Ahhh, i see. Thank you!
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.
Hi,
I was asking myself the question and was hoping for answer here… xD
Because wanted to connect 20+ footstep sounds.
And I found how to : in the file you select all your item, then inside the blueprint you can right clic and make a “multiple connection” from your selection.
For massive connection like random actors or stuff in the level, I usually use for each loof of the related objects.
► This answer is for all the people like me that is seeking for answer or a solution xD
I’m still a noob at unreal, but it can help someone out there