[Request] BP wire compacter node

Hi!
I’ve been using BP for a while now and something that annoys me is that, sometimes, wires are all over the place, specially when you want to send a bunch of information from the beginning of the graph to the end.

My request is to have a node that can take any amount of wires of any type, compact it all in one single wire that we can pull all the way across our BP and then split it back to the original wires

I’m aware that this can be done with a struct, but creating one every time I want to compact wires isn’t practical.

TL;DR: I want a node that can compact several wires into one and then split it back again.

Thanks.

Best place to post suggestions is feedback section of the forum

In the meantime, I get around this problem by breaking things up into functions; if that causes problems (sometimes “if valid” nodes are needed), you can always drag off of a node and click “Reroute node” to organize it.

Hopefully this is helpful :),

I know all those tricks for organazing your BP.
But imagine you had to, for some reason, carry six wire from a function input allllll the way to the end of the BP, sure i can organize it with reroute nodes, but it would be much nicer and easier to have just one wire going across the graph than six. That’s why I’m asking for a node that can combine everthing into a single wire.

It’s just something to help BPs get more organized.