"c++ is hard, let's use blueprints."
The blueprint: 🙃

https://blueprintsfromhell.tumblr.com/

UE4 Blueprints From Hell

Tumblr

@djlink there’s pushing the limits of what Blueprints can do, and then there’s the admission that this complexity is likely better served with C++

These are the latter

@pocketnerd

@djlink Complexity is a fact of large software systems that do a lot of things - which is what customers demand. While C++ has many warts, you cannot make a significant difference is the blueprint problem with a different language as the language isn't the source of the problem, it is the complexity of the features that is the source.