How do I get a character to recognize input?

Hi,
I’m currently working on a strategy game and i need Characters to recognize my mouse input. So that i can tell them where to move, but they don’t get Input. Here is the Blueprint:


The actor begin/end cursor over works but other Input is ignored.

I also made a mouse Controller for seeing my mouse and my Playercontroller is my camera so i can see the whole map.

Thanks for your help.