In stead of using… “Try Get Pawn Owner” node… you should use… “Get Player Pawn” node… hooked into the cast node, because the anim blueprint does not belong to the player, so you can’t try and find the owner, but rather find the player pawn. So you hook that into your current cast, basically keep everything else the same, I THINK it should work then.