How do I avoid using event tick in widget graph?

I’m trying to make a health-vignette system for my game. The way I’ve done it is using an image and then an animation to slightly change it. My question is how can I do it without using event tick? I need to have the health value, so using event construct doesn’t work since if it changes it won’t do anything. This is the system I’ve used for it