Get Touch X and Touch Y axes

On the desktop, I can get the following axes:


How to get an analog on the mobile? (Touch X and Touch Y.) In the 3D scene, not on the widget. Sorry if my question seems stupid for someone, but I have very little worked with mobile and do not know how it’s made there.

You can Get Screen Space Position of a Pointer Event Struct but I’m not sure what produces those.

Other than that, the Input Touch has the location as a FVector3:

I am sure that Enhanced Input System also handles touch events and send their deltas.

Unfortunately I don’t think you can get the position as you would do for a mouse because unlike a mouse cursor the touch pointers don’t always exist.