No actors in my game but what input node?

Hello, im sorry if my question is unclear i just would like to know since the game im developing does not have “actors” its just a game where u tap on the screen so what do i use for input?
The game im developing is a soccer game u just tap on the soccer ball to kick it so there are no players in it

Hi Kareem,

  1. Edit>Project Settings>Input>Mouse Properties>Check Use Mouse for Touch.
  2. If you want to trigger screen touch. Try this.

  1. If you want to trigger touch on soccer ball, create blueprint for it and try this.

Best regards,

Your amazing dude, thanks!