解锁帧数限制的方法如下
unlock 60fps or more
browse: C:\Users\USERNAME\AppData\Local\APK\Saved\Config\WindowsNoEditor
open "Engine.ini"
add this to the bottom
[/script/engine.engine]
bUseFixedFrameRate=False
FixedFrameRate=30.000000
bSmoothFrameRate=True
MinDesiredFrameRate=120.000000
SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=30.000000),UpperBound=(Type=Exclusive,Value=120.000000))