Does anyone met performance issues after upgrage to 4.14

After upgrage to 4.14. The fps of my scene massive drop down in mobile.
Only the version of engine has Changed!

From snapshot you will found:
In 4.14 only 9 fps. costing over 100ms to render a frame.
while 25fps in 4.13, about 42 ms in rendering.

device:
Iphone 6 Plus, IOS9.3

Then I try to profile, I found the time costed by follow pic

I add user checkpoint the way same as counter for “Base pass drawing”.
In 4.14, I cosed HDR in mobile, so, It will call “SetRenderTarget” in FMobileSceneRenderer::Render.

It makes me hard to understand about why it cost so much time. Since the code in “SetRenderTarget” just new a rhi command.

should have searched answerhub a bit more :slight_smile:

https://answers.unrealengine.com/questions/524499/massive-performance-drop-after-updating-to-414.html

I have applied the fix from POM material Fix, and the performance seems have no change.

So I wonder does this fix really fix all possible somewhere may cause performance issues?

Same - the performance is a little better than before the material fix, but in my project it’s still half the speed of 4.13 at most.

Same here, mobile speeds are almost half on 4.14.1 compared to 4.13.2.

We have this performance downgrade too. From steady 30fps to sub 20fps. Even after massive polycount reduction thanks to the autoLOD tool.

Oh, I just wonder mybe applying hotfix 4.14.1 will solved this problem!

Applying 4.14.1 has not resolved the performance drop bug for us. 4.13 gave us 30 fps, and with 4.14.1 we are running below 20 fps.

Hoping Epic Dev Team will know and play attention to this issue.

It’s not helping.

Can I ask what kind of scene you have? Do you have planar reflections.

Just find out that performance degradation was caused 4.14 iOs clip plane fix. When I disabled
r.AllowGlobalClipPlane performance is good as 4.13.
This feature should’t have this high performance cost. DanielW mentioned that it’s cost about 15% performance for vertex shader at console hardware. I was assuming similar performance cost for iOs hardware too.

This scene don’t contain planar reflection, we used in other scene.

After check the doc of this varible, It seems only take effect on planner reflections according to description. And in doc of 4.13, it has states enabling this will cost base pase triangle cost by ~15%.
My scene don’t have using planar reflection, maybe later I’ll disable it to test.

It’s affect all materials not just planar reflections. Planar reflections does use same material permutations. It would be great to have this cost only for planar reflection pass.

Hey gays, after apply 4.14.1 hotfix, the fps has increased to 17fps. And then I disable r.AllowGlobalClipPlane, it increased to 31fps. It seems good! At least we can upgade to the latest version of UE4 now! Thanks for you tips!

You… might wanna change that typo hehe.

So we can conclude that Clip planes on ios Metal is either super expensive or implementation has some bug that is causing this nasty performance problem.

I agree with your point. I have tested my scene on 4.13.2, the fps donesn’t seems changed whether enbale this option or not. The next thing I found after upgrade to 4.14.1 is the size of package become bigger, 480MB in 4.13.2 while 648MB in 4.14.1.Do you have this situation?

On 4.13.2 clip plane implementation did have bug on Metal so they were never used. 4.14 fixed that but we now see the performance hit. Package size didn’t change at all for us.