I am doing level design of a medieval city. I have a pack from the marketplace. In this pack, there is some prefab houses that are blueprint.
I was wondering if there is any optimisation issue if I use a lot of blueprint in my city (to have a lot of house) ?
I was wondering if it is better to use several static mesh directly in the world than using BP in the world which contain several static mesh ? Is there any difference for optimisation ?
I am using 4.26
Thank you for your time and help !
I spent a long time instancing meshes for a maze level Iām making. The performance got a lot better when I turned them all into BPs. Makes no senseā¦
Thank you a lot for your answer !
For the moment, I am in a test map and observing the package I will use for Level Design. I look at FPS and shader complexity and it seems to be good with BP, but I would like to be sure. There is no incidence with LOD etc using BP ?
I really would like to understand why it is better with BP for you in your map, maybe it is linked to something the BP does ? For example undraw mesh that are at a distance, etc ?
Ok, thank you.
What I mean by BP may do something is link to the cull distance of the mesh. Maybe the cull distance when you just put the static mesh in the world is different than the cull distance of the static mesh inside a BP ?
Another question please : since I am trying to find the best way to create prefab for my city, I would like to know the difference between using several meshes in the world and each time I need to have again this house then I select them all and dupplicate them for the new house, or using the āconvert to static meshā for the whole house and just have to put the whole house in the world several times ? Is there any diffrence ?
Thank you for the video, I will look at it now
But the video is for UE5, is it working the same with UE4 ? (especially 4.26)
Also, your personnal experience you talk before about Blueprint was on UE 5 or UE 4 ?
I watch both the two videos, I think I understand everything about it now thank you a lot !
Thank you for your help and your time. I think I have all the answers to my questions now
Have a nice day !