Change level by pressing a key

Hello! I am new to blueprints and have a project in school. I want to change a mesh with level streaming, by pressing a key. I am aware of the possibility to change meshes in blueprints, but the lightning quality gets so low so I wanted to try a different method. So I specifically want to load a new level with just a chair to replace a different chair, but in the originally scene. So with layers if that makes any sense. I hope my pictures is more understandable. Im sorry for my bad english!! Tried to follow this tutorial but it is not what I was looking for, but kind of the same concept. I want the player to stay in the same level, but only the chair to change.

I am so grateful for responses, so thank you so much in advance.

It’s looking like you’re using dynamic lighting there.

In any event, if you want to load a level on top of what you already have, then that would be level streaming:

You would need the room in the persistent level, and the furniture is separate sublevels.

If you are using static lighting, this probably won’t work, because each level needs it’s own light built individually.

If you are using dynamic lighting, it’s much easier to just change the mesh.

Yes, so, much easier to just change the mesh.

thank you for response! I am using movable lightning and the meshes are also moveable

339858-changemesh.gif

THANK YOU SO MUCH <3