Unreal Engine Game Optimization on a Budget Companion text version of the Unreal Engine Game Optimization talk I presented during JetBrains GameDev Days 2022.
Auto-detect Optimal Graphics Settings for Unreal Unreal Engine can auto-detect ‘optimal’ (graphical) settings per player based on a quick CPU and GPU benchmark. The functions are available in Blueprint to hook up into your game’s options menu. Behind the scenes, the...
Adding Stat Traces (Stat Commands) in Unreal Engine The only sane way to optimize your game is by having good profiling metrics. Unreal Engine comes packed with several good profiling tools and “stat commands” is one such feature. It allows us to measure...