Draw Lines in Vr Unreal?

does anyone have some good ways to Draw lines ? for example when you point to a menu or something? and it’s a line you can see.

How about using a very “long” cylindrical mesh with a tiny radius parented to the Motion Controllers? Apply a cool emissive material to it (animated or not) to make it look like a laser beam. As an alternative, but way more complicated, you can use a particle system effect. I would start experimenting with the first one. Hope this helps.

Cheers,
Marco.

the default debug line from the widget interaction component looks/works pretty good. Widget Interaction Component | Unreal Engine Documentation

You could use a particle system with a beam emitter

I saw a plugin on the marketplace that does this