Hi man
If you drop a static mesh inside the level , it will become a “staticmeshactor”
so you can use “get all actor of class” or “get all actor with tag” to have an array of them or an array of actors with specific tag.(you have to add a tag to the actor)
Than you can get the location from one of them choosing “get 0”
2 Likes