Drawing Lines with Materials?

r/UnrealEngine5 - Drawing Lines with Materials?|750xauto

Hi, I made a quest system and I want to make this lines look “prettier” so I want to draw this lines with materials instead of plain color.

But unfortunately, UE widget system is garbage and you can only draw lines with plain colors.
How can I do this?

I find a plugin named UMGSpline but that’s not works with code I think, I need an automatic system. Who knows how hundereds of quests I need for even demo, I can’t made splines for every time.

Maybe somehow we can take engine draw line code and made a copy of it with working with materials?

Any working plugins will be welcomed too.

Make each line a picture, and rotate it.

That can work too.