Is there a way to change the max FPS for Android mobile?
It seems to be capped at 60 fps.
I’m currently doing the following which works for desktop but not mobile.
/** Get max fps. */
virtual float GetMaxFPS() const;
/** Set max fps. Overrides console variable. */
virtual void SetMaxFPS(const float MaxFPS);