Swappable static mesh Blueprint at running time ? ( SOLVED )

Select the actor in the world, right click in the Level Blueprint

The LB is the scripting graph (and more) that is associated with the scene and can reference its actors directly:

It can also process player input. If you’re planning on having more than one level / map / architectural zone, I’d avoid scripting there.