Building lighting in spawned actor blueprint

One solution is to have the BP that you’ll spawn already in the level, there you can light and build lighting, make sure your static meshes are set to moveable but set to light as if static.

You can then set visibility of the BP at event begin, make visible and move to the new touched spawn location afterwards.