found this there. What are the methods avaiable to draw lines in unreal engine? - #32 by Supremative
this material could help.
the convoluted way is to create the quad wireframe mesh manually using a procedural mesh. there is no line list render mode available, tho. you’d have to build it out of polygons. and those would not scale accordingly to camera depth.