Get current state or current animation in character blueprint

Is there a way to get the current state of a given state machine in a character blueprint? Or another way to get information in a character blueprint which animation is playing or which tranistion is happening in the anim blueprint?

1 Like

Hey, did you ever find a solution for this?

Thank you!

Just came across this browsing the forums. Here is a place you can set events on state changes.

Then you can go the event graph of your anim bp and get these events.


Hope that helps

4 Likes

Anyone find a better solution to this? Maybe a Weight value from 0 to 1 for the state?