📟
Master Console Commands
  • â—½Presentation
  • Statistics
  • High-Resolution Screenshot
  • Rendering
  • Tone mapping
  • Force LOD
  • Temporal AA
  • Occlusion Culling
  • Vsync & FPS
  • Show Flags
  • Custom Commands
Powered by GitBook
On this page

Statistics

PreviousPresentationNextHigh-Resolution Screenshot

Last updated 2 years ago

Statistics

Console commands specific to displaying game statistics:

Example Stats:

FPS - Displays Frames per Second (FPS) counter.

Unit/UnitGraph - Overall frame time as well as the game thread, rendering thread, and GPU times. This is a great stat command to start with because it helps developers focus on their profiling work.

SceneRendering - It shows general rendering statistics. This is a good starting point to find general areas of slow performance in the rendering process.

RHI - Displays RHI memory and performance statistics.

GPU - Displays GPU statistics for the frame.

Engine - It shows general rendering stats like frame time as well as counters from the number of triangles being rendered.

Memory - Shows statistics on how much memory is being used by various subsystems in Unreal Engine.

More information about Stat Commands:

https://docs.unrealengine.com/5.0/en-US/stat-commands-in-unreal-engine/