I found it call this error on my android phone, when I touch two fingers on screen.
SlateUser [-1023628878] notified of a touch starting for pointer [6553710] without finding out it ever ended.
Then I found the code from engine. (by the way, it is merge by dan hertzka)
I’m really confused with the conditional log.
Why is the CLOG’s conditions that PointerPositionByIndex.Contains(TouchEvnet.GetUserIndex()), but not Contains(TouchEvent.GetPointerIndex())?