Getting Road Mesh through AWheeledVehicle

I am currently follow the Road creation from this tutorial.

How would I get the road mesh from within a AWheeledVehicle class that would be instantiated within the world where the roads are?
How would I obtain all the road meshes in the world using C++ code?

Thank you.