It’s probably because Try Get Pawn Owner can return null. Instead of getting the pawn owner directly in the transition rule, get Pawn owner in the event graph, at the event Blueprint Animation Update, from the pawn promote IsFalling to a variable here, and use that variable in your transition rule.