In my case, I record my character’s velocity every tick when its movement mode is Falling (i.e. ideally it can represent the last velocity before hit), then access this value in Hit Event.
I believe it is a bit stupid and will reduce performance slightly, but at least it works XD