Why fps is locked at 30? (not editor FPS)

Even if I created an empty new project, and use stat FPS to display the fps, it seems it’s capped to 30 in the play mode. I tried changing fps settings form project settings and doesn’t seem to have an effect.

The weird thing is I have opened a UE4 project form a friend of mine, in my PC it’s seems to get 120 FPS. What’s the reason for this? is there a way to unlock FPS?.

Use a blueprint command and use this command, it will set the limit to 60FPS

t.MaxFPS 60

Yes, it did work! Thank you!