I am new to Unreal and the more I learn about making blueprints, the more and more time I spend making the blueprint look nice. I don’t necessarily mean functional, but just nice to look at. It’s kind of weird honestly.
Anyway, all of the tutorials I watch on random blueprints, people don’t seem to use reroute nodes that much. Is there a reason for this? I have tons of reroute nodes in my blueprints.
Only downside i can imagine is when something crashes in blueprint compilation and nodes get disconnected. May be a bit harder to reconnect them (find where they go) with reroute nodes.
The reason behind it is that node arrangement is time consuming and still quite awkward due to the way things (do not) line up. The last thing I want to see when watching a tutorial is for someone to spend 10% of their (and my) time to prettify the blueprint. For as long as stuff is easy to decipher, I’m fine with it.
Even though the reroute nodes do not eat up performance (according to what folks here say, at least), I tend to avoid them in anything that ticks. A subconscious thing logic does not apply to…