The way i did it was to add a Tag to the AI Character itself, then use the Actor Has Tag blueprint function, pass the actor from the Break Hit result function to it and enter in the tag you want to check(the one you gave your AI Char). I then used a branch and it only continued onto the single line trace(and subsequent movement) if the answer was false.