Hello, i checked out this video - YouTube however i cant find “InputAction Spawn” for some reason and also i need to spawn random soccer balls randomly on screen keeping in mind that this a mobile game so how is this done?
What exactly do you mean by not being able to find “InputAction Spawn”?
Did you create it like he does at ~2:40?
Hey KareemTheGod-
As Noollab mentions, “InputAction Spawn” is an input event that was setup in Edit->Project Settings->Input. In the input menu you can set Action Mappings to give a key an action (ex: F key to fire). This allows you to reference the action rather than the specific key inside blueprint.
Cheers