<aside> 📖

Return to the main hub Miya’s Unreal Engine Notes

</aside>

Because a good game that doesn’t run is a bad game.

Many recommandations: Optimization on a Budget // Memory Management Blog Talk // Rethinking Performance: Nanite & Lumen / Supporting Systems //

First I’ll talk about general tools and good practice, then delve deeper into specific aspects of a game or the engine.

ALWAYS PROFILE WITIN A PACKAGED PROJECT

The Editor takes a lot of performance, especially CPU and Memory so the data is NOT usable in many cases. Profile in Development to have access to more tools, the performance should be more or less the same between Development and Shipping.

Useful Tools for Profiling