How to stop/restart health regen

I use a trigger Box to start regen as example

Than we start a timer. Note: you can also pause the trigger via handle whenever you want.

Alternativly you can stuff it all into your Trigger BP

Its a very simple one but it will get you started. (btw you can do else ifs with branches :stuck_out_tongue_winking_eye: the false is your else and if you add another branch after its basicly a elseif)