Unreal Performance·
How to get a free performance audit for your Unreal game?
Currently, as part of our mission to make Unreal games run smoother, we offer free performance audits.
Send us profiling files so that we can identify performance issues in your game. Here is how
- Build your Unreal game in development configuration
- Open
Windowsfolder of the build
- Copy this command to your clipboard:
r.TextureProfiler 1 | r.TextureProfiler.EnableTextureCSV 1 | r.TextureProfiler.EnableRenderTargetCSV 1 | r.TrackCsvNamedEvents 1 | r.VT.CsvStats 1 | r.GPUStatsEnabled 1 | r.GPUCsvStatsEnabled 1 | csvprofile start - Run the game, and go to a place where the FPS is low. You can check FPS by pressing
~button, typingstat fps, and pressingEnter - Press
~paste the command withCtrl + V, then pressEnter - Wait 10-30 seconds
- Press
~typecsvprofile stop - Take a screenshot and save it
- Go to the build folder where the .exe file you just ran is located
- Go to
YourGameName\Saved\Profiling\CSV
- The CSV file should be there
Finally, please email the .csv file and the screenshot to us at [email protected]. We will review it! We appreciate it if you put the name of your studio in the email title.
By sending us files, you agree to our Privacy Policy and Terms of Service
You can also send us a RenderDoc file for more detailed performance tips. If you decide to do so, you can take it according to the Unreal documentation Using RenderDoc with Unreal Engine
If you need assistance with this process, please email us at [email protected] We are here to help!