My AI Moves but won't use my Animation Blueprint

I completed a UE4 Tutorial and YouTube Tutorial on making Animation Blueprints. My little AI is moving around, but it won’t play the Animation Blueprint I setup for it. The Blueprint works, it has speed and can detect falling. I’ve setup the Character BP to use it’s skeleton and it’s Animation Blueprint. I can’t figure out what I might have done wrong, as I’ve never found any tutorials related to actually making an AI character walk, just guides on how to get players to walk, and AI’s to move from place to place. What am I missing?

Do you mean you don’t know how to plug your animation blueprint in, or AI is using it and not animating? If the latter then you’ll need to supply us with it, or a lot of data about it, otherwise we won’t be able to help (there’s way too many things involved).

–mieszko

It turns out I just needed to finish the Animation Blueprint tutorial. I had no idea it’s Graph was empty. After I completed the Graph for the Animation Blueprint, it had the velocity data it needed and my little devil was running around all over the place.