Stuck on attack state

Hey, I have been encountering an error where my character gets stuck on the attack phases for weird reasons. Every other aspect of the behavior works, but my character will randomly reach the attack state and just idle while the state stays active. My controller has all the correct animation events and this even happens with the Nolan controller so it's not a problem with my controller. I have included a video for reference.
 
Is the Use ability staying active? There are a lot of factors which can affect using the item so my best recommendation is to place a breakpoint within the OnUpdate method of the task and see why the use ability is not completing.
 
Top