Click on player works whereas click on enemy doesn't

For those who read this: you probably may check the input in the AIController class, but the good way I found is to check the “Left mouse button” event in the PlayerController, get hit result under cursor, break it and cast the hit Actor to necessary type. Here is my blueprint:

Thanks everybody for the discussion.