Alternative to Event Tick?

Beside timers what are other ways to call a function that needs to fire off every 0.5 seconds or every 2 seconds ect…?
Alternative to Event Tick?

What is wrong with using timers? It is what they do best.

Two options that immediately come to mind, set timer by event, or you could always modify event tick to only run every .5 seconds. I personally recommend set timer by event as its easier to create clean clear BP’s.

event tick change for reference:

Alternative to Event Tick [… ] Beside
timers

Timeline:

Hered the can be unreliable?