How to create an abstract Minimap from Splines?

Hello,

what is the correct approach to create an abstract Minimap (not a TopDown-Cameraview) from roadsplines. I want to see only the splines, no buildings/trees/whatever?

Cheers

you can make a blueprint actor with a SceneCaptureComponent, and attach it to a small static mesh modeled to match your level, but scaled down by a factor of 100.

Thank you very much!