Fortnite Creator Most Wanted Debug Commands - Aug 2025

  • Name: Editor + In-game Profiling Details
  • Description: Show profiling details both in the editor and in-game
  • Command type: Parameter
    • Label: stat unit, stat GPU and t.max FPS
    • Range: 0 - 999 for t.max FPS
    • Values: N/A
  • Implementation details: * stat gpu → Shows GPU performance stats (time in milliseconds each rendering pass takes). Good for spotting graphics bottlenecks.
  • stat unit → Shows frame time breakdown: Game thread, Draw thread, and GPU time. Helps you see whether CPU or GPU is the limiting factor.
  • t.MaxFPS → Sets the maximum allowed framerate (e.g., t.MaxFPS 60 caps at 60 FPS). Useful for performance stability or testing.
1 Like