Since 1.4 new menu fps cap, UE4's own FrameRateLimit= is ignored (for driving)
Dear developers,
Since 1.4 was released, it's not possible to use UE4's own frame rate limiter to apply it while driving. Albeit unsupported due to no menu option to directly set this var, this was possible to use, as with a vast majority of UE4 games, by setting FrameRateLimit= to a target (0 is unlimited by default) on the User's folder GameUserSettings.ini.
Before 1.4, setting a value there would both cap fps on the Menu and while driving during stages. But since the 1.4 release, regardless of the status of the new menu fps limiter UI option (which sets bLimitFrontendFPS=True/False on the same ini file), a manually set FrameRateLimit= will always be ignored and frame rate still kept unlimited while driving.
So, if possible, my request would be to revise the changes done to have an optional menu limiter in a way that won't interfere with UE's own FrameRateLimit user option while driving, and preferably, also expose this same general fps limiter for driving in the Basic Video options, so users can manually set it. There are other UE4 titles like ACC that offer a separate setting to limit menu fps, but still adhere to FrameRateLimit= (and let users configure it) while racing.
The reason for this request, it that users under Gsync/Freesync/VRR optimally have to keep vsync on while setting a frame limiter a bit under max monitor Hz for to keep latency the lowest possible, so vsync won't act as the main fps cap when hitting fps=max, buffering extra frames. There are alternative external frame limiters such as RTSS/NP CP/AMD Chill, but these are less optimal for users on slower VRR panels, such as 60/75Hz, as these external solutions will still add an extra frame of latency v.s. an in-engine one, which is more noticeable at such high frame time intervals. UE4's own frame limiter is stable enough for this usage, and won't incur in the same latency penalty, so it's unfortunate to lose the possibility to use it in the current 1.4 state.
Thanks for your consideration