How do I lock the Editor to 30fps?

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.

https://github.com/EpicGames/UnrealEngine/blob/master/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h#L1781

/** Get max fps. */
virtual float GetMaxFPS() const;

/** Set max fps. Overrides console variable. */
virtual void SetMaxFPS(const float MaxFPS);