How to create realistic fall damage?

How could I go about creating a realistic fall damage system? Something that takes in factors such as velocity when deciding how much health the player should loose.

If you are using a character you can bind the Landed event. Using that you can check the velocity and apply the appropriate amount of damage

Thanks, didn’t think about that.