you wont have it by default. I created that as a function. In your own character blueprint, create a function. In the function put the health -5 then reset the health. Then in the event graph create a server event and call it DepleteHealth_server (or whatever you want). Then make that server even run the DepleteHealth FUNCTION
then in the level BP you can drag out and find the deplete health server event you created.