Hi,
I’ve decided to ask here out of desperation. After some time passed on implementing new stuff in my project, it was time to do some optimization and so I started profiling in Standalone Mode with Unreal Insights (as usual). My scene is pretty empty, no fancy mesh, no fancy materials, no fancy heavy computing, no fancy anything, so when I’m not doing anything “in game” the fps should stay high and steady (apart from the Garbage Collection spikes which are normal), BUT I started noticing weird frame spikes coming out of seemingly nowhere (attached pictures are related and are good exemples) at random intervals, and sometimes even going full crazy with non stop spikes during new runtime slices tests!
After a lot of digging, testing and help from GPT, we ruled out the new systems I implemented as being the cause of this. I did a lot of profiling and :
- the Primitives were not to blame (picture from a frame spike attached).
- I disabled a lot of unused rendering stuff in Project Settings that I was not using, and it did not help in any way.
- I tried “r.HZBOcclusion 1” and it SEEMS the frame spikes are a little bit less spiky (but I cannot tell for sure).
- But most importantly, the only Project Setting that clearly affects the frames is the Occlusion Culling. Because disabling it transforms the random, very sparse and spiky frames, into less tall but very frequent spiky frames, and that is why the robot thinks that the main problem comes from the underlying GPU pipeline work (or whatever it called it). It thinks that activating Occlusion Culling is just somewhat hiding the underlying render problem, and that sometimes (from what I understand) the OC cannot regulate all the stuff dysfunctionning and just “leaks” some frames. The GPT also thinks that there is probably some desync involved between the GPU and some querries from other systems.
Now listen, if you’re somewhat versed in computers (which I’m definitely not), you’re probably loling at the vocabulary I used, but I’m out of options here. I have no clue how that works and why the project sundely does this out of the blue. I have no idea how to fix that.
If someone with Rendering/GPU knowledge, or an EPIC employee, was kind enough to lay a hand, I would be immensely greatful.
Some more informations :
- UE version : 5.6.1
- GPU : NVIDIA GeForce RTX4060 8Go




