Stat Commands - golden-coconut-studio/TikiAdventuresWiki GitHub Wiki
-
To profile their Unreal Engine 4 projects, we can use the stat commands into the console while running their game in Play in editor mode.
-
For use the commands you have 2 options:
1.- The first option is UI on game panel as in the following image.
- This option can be used while the game is running and in editor mode.
2.- The second option is by commands.
1.- Press º/ª
to open in-editor console.
2.- Write stat game
to see general performance info.
3.- Write stat fps
to display current fps and ms.
4.- If you want to disable the clamp on the fps (to 60 by default), write t.maxFPS 999
.
Note: For see different commands, you can see the next page:
(https://docs.unrealengine.com/en-US/Engine/Performance/StatCommands/index.html)