Test if Point is Safe

Is there a way to tell if a point in 3D space is within geometry or not?

I’m dynamically setting intermediate waypoints as the pawn moves from one location to another, and would like to know if I can test if a specific point in space is safe to navigate to or not. That is, is the point contained within some geometry, or is it under the landscape.

Thank you.