drawing 2.5D shapes

Hi all,

how to make 2.5D shapes like this in UE4 please ? In order to get, for instance, the shape of the road you are about to confirm, and also some text.

7227e111e50ec92997e27e00769e24ea6bb705fa.jpeg

Drawing a flat shape like can be done using a textured rectangle. If you want to generate the shape based on a bezier curve or something similar, that’s obviously harder and will take some procedural texturing.

As for text, I’ve also been looking for a way to output text to a texture.

Here is a suggested solution: Draw Text on a texture - Rendering - Epic Developer Community Forums

It looks a little complicated and I haven’t had time to try it yet. Anyone have any experience getting this to work?