How to draw UI circles around an actor

Hi all,

I try to draw a navigation system around an actor, like this one from EVE Online.

My current approach is is to generate points with a spline and draw lines from point to point with
“Draw Line” from the Widget component.

But this does not work work well, and i thinking there should be an easier way to do this.