How do I lock the Editor to 30fps?

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

open:
config/ConsoleVariables.ini

//find: 
[Startup]
 
//under it write:
t.MaxFPS=30
4 Likes