Draw a curved line between two random points?

You’d have to use a mathematical function with a randomized variable to get the curved lines. You can then use a collision component on the line and use “Get Overlapping Actors” as an alternative to Sphere trace, then delete the actors that you detect.