How to make a begin overlap event only be able to fire every X seconds

I want an on component begin overlap event to only be able to fire every .2 seconds ish how would I go about that I can’t seem to find an answer.

Easy way: let it fire anyway but have a DoOnce or a Gate before anything else it does, and have a Timer Event re-Open the Gate or reset the DoOnce.

other way: Turn off the Generate Overlap Events flag every time overlap event fires, and have Timer Event turn the flag back on. Actaully maybe that way is easier but only if you want it to ignore. ALL overlaps.

You can use a simple delay.

Is there a simple timer event because the only ones I see are “set timer by event”
and “set timer by function name” and i can’t figure out set timer by event and im not using a function for what im doing/ what timer event do i use?

thanks i tried that before i posted this question but it didn’t work before works now :smiley: