Widget Animation - How can I draw my circle around a point?

Hi all.
So in my game I’m trying to make a widget that displays a circle showing the time left until they player can re-use an ability.
I want to have an animate play once the ability is used to indicate it’s cooldown by having a circle animate from 0 degrees to 360 degrees around the center over the space of it’s cooldown time.

How can I animate something like this?

Thanks

Hi!

You can use Dynamic Materials and create a widget with procedural animation.

Ah! Yes I remember seeing this a while back but never really looked into it.
I just spent the last few hours (lol) getting this to work and finally managed it. Thanks for responding!