How do I limit fps in unreal engine 4.14

A new, community-hosted Unreal Engine Wiki - Announcements - Unreal Engine Forums,Editor%26_Game

if you want the editor to open with the default set to MaxFPS = 120:

open: config/ConsoleVariables.ini

//find:
[Startup]

//under it write:
t.MaxFPS=120

I need to limit my fps so its not running at the stock 120 fps.

Thanks

Will it work anywhere under the [Startup] section?

Yes, it will !

Thanks, this helped.