How to check what animation apply on my character in blueprint?

Yes! That just what I want! Thank you so much for your quick reply!

Well, I will describe what i wants to do first.
I wants my character can not move when playing “hurt” animation. You cant control the character if the “hurt” animation(or state if it should be call) are not finished yet.

To do this, I have to get at least the animation’s(or state) name currently playing in animation blueprint or state machine.Am I right?

To make sure you guys really understand what i said, I want a boolean be triggered when the animation(or state) are playing.

So can anyone tell me how to make that ? I already despair for no any answer on the internet:((

You can use an animNotfiy at the beginning of your animation to trigger an ignore move input and then use another animNotify at the end of the animation to trigger another ignore move input(set false)