Setting max FrameRate does not work!

Hello there!

I wanna include the option of setting the framerate cap of my game. However the problem is that t.maxfps does nothing at all. I’m executing the console command on GameInstance Init (other commands work fine) but this one doesn’t.
I’ve tried:

t.maxfps #num
t.MaxFPS #num
t.maxfps=#num
t.MaxFPS=#num

I’ve tried using this while had Fixed FPS in project settings, tried while had smoothed on, tried without having any of them on, but it just plain won’t work. Any idea? :confused:

Okay, found out that t.maxFPS is basically obsolate now, got the solution from this video. Thanks a lot :slight_smile:

‘Set Frame Rate Limit’ from this video doesn’t work for me either :confused: