Big landscape optimization tips

Hi friends :raised_hand::raised_hand:
I’M new in Ue4

I want to make forest scene but when I add some foliage my FPS drops. Can you give me some advice how to solve this problem.I’m using kite demo asset.also tried other asset but result was same.

Thank you in advance

You should create LODs for all of the assets you are using, that way the further away meshes render less polys in your scene…that will help out a lot. The next step would be to optimize the materials you are using to lower your draw calls and texture usage…keep in mind that the Kite Demo assets were meant for a very high end machine to run them and using them in a normal project fresh from the demo isn’t a very good idea without doing some additional optimizations on them.