I think what you could do is use GetLastInputType and check if it’s equal to the Touch UserInputType. Though not sure how well this’ll work
There are other solutions though those require that we see more code to see where you need to know if a tap was done, if you want to do it as an event, so something happens whenever a touch happens like with InputBegan, you can try to use the TouchTap event