How do I make my character initiate a falling animation after running off a ledge or being hit off a ledge?

ah. I got it.
in your animation event graph make a bool variable and name it IsFalling?
then :

set that variable like what I did.
then use that as a condition between Run state and falling state. and also between falling state and Idle state.