Hello, this will likely strike most people as quite odd. I’m curious if UE4 has an internal frame rate cap. Out of sheer curiosity I’ve been experimenting with different renderers and engines and how fast they can render a self emissive cube with no lighting. I’ve written raw Open GL, Unity (with the three render modes), and now Unreal projects just with a simple emissive cube. I plan to make a vulkan and DX11 / 12 cubes from scratch as well to test but haven’t had time to get through the crazy amount of Vulkan boilerplate required.
What I’ve found though is UE4 seems to bounce around the 1000 fps (or 1ms frame time) mark pretty reliably. I’m trying it first with the forward renderer and I’ll also switch the project to deferred rendering to measure there.
However, the GPU and CPU do not seem particularly taxed (maybe 30% and 45% usage respectively) when I do this. In Unity comparatively I get around 2500 fps and the whole computer spins up like crazy (and I can hear pretty impressive coil whine from my GPU).
If such a limit exists does anyone know of a way to bypass it?
To be clear: I’m not suggesting such a limit (should it exist) is a real world problem as an actual game running at 1000 fps would be a pipe dream. None the less, if anyone knows if bypassing it is possible I would love to hear from you. !