Timer not Triggering

Hello Everyone

I have a Spirit Bar (instead of a health bar) and I have it mostly working except I want the user to regen health over time. What should I hook up to the Set Timer so that the user doesn’t have to interact to start the timer. Right now the timer just keeps getting reset because of the Event Tick so I don’t know what to do to stop that.

The timer doesn’t fire because it will be reseted each frame if you call it from Event Tick.