Guidance on a Mario like health system

Also, store stuff like player stats, health, level ups, etc. in the player controller rather than the pawn, as this lets you hang onto those values even if you have to swap pawns out (but you can do either way, swap pawns or change components on current pawn)