This week, I learned a lesson in UE5. I knew blueprints were slow compared to C++, but I didn't realise how slow. I wrote some functionality that performed sphere casts every x frames. When I integrated it into the game, I lost between 10 and 15 frames. I converted...