Big mesh LOD change

Hello all,

I have a really big mesh with 2 LODs, the change of LOD by screen size it’s done at screen size 0.999 but it still to early.

As long as I know, screen size can’t be more than 1. Are there any option to force change of LOD when I want? Or Do I have to split my mesh in order to adjust screen size to my needs.

I have this option in mind, but I don´t want to split my mesh, because it may cause more draw calls, 18 mesh –> 324 meshes.

Thanks in advance.

Hello,

I’ve found a solution by my own, the solution is to create a trigger volume that change the LOD by blueprint when I’m inside of it. Maybe there are many other options, if you want to tell me that, I’ll be so glad.