Adding such a functionality to the multiplayer character class is relatively easy, simply recreate this blueprint on its begin play.
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!