Why touch location and spawned actor location don't coincide?

I’m making project for mobile tablet. I need to spawn an actor at the place where I touched the screen. My problem is that the location of the actor doesn’t coincide the location where I touched the screen (I’m not actually touching the screen, I’m doing thix with mouse left button).

I solved this! “InputTouch” is not that event which I really need to use. Instead I’ve tried “Event BeginInputTouch” and “Event ActorOnClicked” (I suppose it’s for PC, cause without “ActorOnClicked” it’s working too).
P.S. learn by creating new projects with starter components