Linear node flow deleting
I didn’t read all of the suggestions (so sorry if this is a duplicate), but this came to my mind today and I think this can be an easy fix which increases productivity:
When you have three nodes connected linearly A -> B -> C in blueprint and you delete B node from the flow, the flow should automatically go from A -> C so you don’t need to reconnect them manually.
Common use case could be working with “Print String” node for debugging:
This could improve the effectivity the same way as if you have nodes A -> C and you draw flow from A, add a Print String node B and the flow automatically connects from B to C as well. So when you remove the B you will get the original flow A -> C.