Hello! I’m using the Procedural Mesh Blueprints to generate some meshes during runtime and I need to generate some lines too (as outlines basically).
Is there any way to achieve that, even using C++?
I’ve found a DrawLine function link textbut don’t know how to use it and if it even draw a line that could move with the mesh (as a mesh).
NB : for the moment I’ve replaced these lines by very thin meshes generated with the same BP.