As I'm starting to use BP more and more, one of the things that annoys me is the cast nodes. They are very bulky. I'm starting to cache these on BeginPlay when I need them a lot, but a lot of times you just need them for one shot things and it just makes the BP more confusing, forcing connections to cross more. Here's an example:

And now with the casts converted to pure casts:

IMO the default mode of a cast should be pure, and not the impure one.
Regards,
Nuno Afonso
http://www.fluxeditor.com
And now with the casts converted to pure casts:
IMO the default mode of a cast should be pure, and not the impure one.
Regards,
Nuno Afonso
http://www.fluxeditor.com
Comment