What is the correct way to draw a line in 3D? (non-debug)

I’ve been wondering, if it is possible to draw a line in 3D space via Blueprints, without using the Draw Debug Line node. Is there some kind of built in feature, or do I need to make my own system for it?

Thanks in advance!

Could Use Splines? I used splines for drawing out paths for AI and it worked fine.

1 Like

Have a look at this thread:

Some ideas there, and more here:

2 Likes

Hey, thank you for the replies. Splines ended up working as intended.