You could use a line trace from the camera, and teleport the actor to the hit location. It would be something like get camera, get forward vector, multiply that by a few thousand, plug that into a line trace, get hit location, plug that into get random location in navigable radius(with an radius of like 25, then set actor location with that output.