Hey Devero,
You’ll need to check your MyCharacter BP (or wherever you’re setting melee attack input) in AttackReady to Idle transition to see whether you’re still attacking. You can create a Bool variable in your character BP and cast to it in AnimBlueprint Event Graph. It might look like this:
Hope that helps! Let me know if you have any questions.