Trigger animation state machine transition With event

Have you tried using a string instead of a bool for moving around the machine? You can make the state go anywhere you want, just by setting the string. Easier than lots of bools.

I also notice that animation blueprints implement interfaces, so you can send them an event that way. I guess you would send the call to the actor using the anim bp?