I basically just want to pass the “isAttacking” bool from my pawn’s class to the animation blueprint’s “isAttacking” bool for state transitions. Is there a simple way to do this?
I have the variable set to be public and blueprint read/write but struggling to figure out how to get it in the event graph - if it’s even possible.