Is it possible to create a custom wireframe shader/material in Unreal 5 that only (mostly) renders quads (and not triangles) like in this Unity engine shader example?


Got a fix for ya
Make sure each face has 4 verts and the UVs take up a full UV square

:slight_smile: