[Feature Request] Multiple Return Nodes

There are several places where I think that having multiple return nodes would really clean up blueprints.

Case in point:

View High Res

If I had multiple return nodes, I wouldn’t have to drag wires along multiple other nodes to be able to reach the one return node I’m given.

This is possible in programming:

if(//something)
{
     //do stuff
}
else
    return;

Please allow this. It would make for very clean blueprints.

I think this gets requested every twitch stream.

+1, My body aches with desire for multiple return nodes.

You’re no need to drag false to the return node, by default it’ll return false, as long as you have 1 valid connecting.

You no need multiple return, normally for thing with multiple return value, i make a sequence, first one will determine the value return, second will connect to the return node.

Hi everyone,

I am marking this as answered for tracking purposes. The ability to create multiple return nodes has been implemented in the editor after this post was made.