How to implement health regeneration

Adding such a functionality to the multiplayer character class is relatively easy, simply recreate this blueprint on its begin play.

mp_healthregen

The Time float is calculated in seconds, so this will repeat the HealthRegen custom event (RunOnServer) every half a second.

The +float will add that amount to the current health.

That’s it!