One simple solution is to turn off realtime rendering.
1. In the viewport, click on the triangle in upper left corner
2. Uncheck Realtime
Another solution is to limit viewport frame rate.
1. In Unreal Engine Editor, press ` key to bring up the command line prompt
2. Type
t.MaxFPS 30
will limit it to 30 FPS. You can tweak this number based on your setupExtra:
Type
dumpconsolecommands
to view the list of available console commandsGameFromScratch.com has a nice article on other tips and tricks to help maximize battery life for UE4 development on laptop.
Ref:
Is there a way to limit GPU usage? - UE4 AnswerHub
UE4 Console commands list - UE4 AnswerHub
No comments:
Post a Comment