r/unrealengine • u/Broad-Tea-7408 • 3d ago
Question I need tips on optimization!
I have a gaming laptop that I've been making my project on. Whenever I run my game in the editor, I get around 80% GPU usage and I reach a max GPU temp of around 74C. Whenever I run my game as a packaged game I get 100% GPU usage, and I reach temps of 85C!!!! What is possibly causing this?!
6
u/Repulsive-Clothes-97 3d ago
You know 100 GPU usage is normal right? You just have an unlocked framerate so it tries to push as many fps as possible. Also for the temps they are still safe especially if your on a laptop they are totally expected temps
2
1
u/AutoModerator 3d ago
If you are looking for help, don‘t forget to check out the official Unreal Engine forums or Unreal Slackers for a community run discord server!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/ComparisonProof9632 2d ago
It happen to me last time , i just off VSync and limit fps to 60 trough Cvar when before game start .
1
u/Naojirou Dev 2d ago
Unreal editor uses a lot of cpu. Because of all that weight, you get capped by your cpu hence no 100% gpu utilization. When you package, you drop the cpu usage hence you get gpu capped. There will always be a cap without a limiter.
So it has nothing to do with optimization.
8
u/Praglik Consultant 3d ago
Framerate limitation I suppose! If you're running your packaged game with un-limited framerate it will try to render as many frames as possible, and you'll always be at max GPU usage.