How to make a sprite invisible for mouse interaction?

Hello,
I have a character bp with a sprite component and can move it by clicking with the mouse via and simple move to position. When the character is close to the camera and I want to move him a bit backwards the position I want him to go is covered by that sprite itself. So he doesn’t move to this position properly because I click on that sprite. Is there a way to make that sprite invisible for my mouse so that I can get the correct position in the world?
Thanks a lot!

I have found the answer in another post: