Event Any Damage for the actor, you will need some math to subtract the damage amount from your player health variable and Apply Damage from the True part of the Branch.
For the Damage amount you would probably want it to scale based off how fast the player is going, something like ABS(Velocity.Z-FallDamageThreshold)*1.5, just throwing numbers out