Number key function

Dear Epic,

I think that at some point almost any game will use the number keys (whether its for gameplay or hotkey purposes). I think it would therefore be very beneficial to the users, if you had some kind of integrated function that makes them more accessible, rather than having to bind each of them to an action map with seperate functions. Here are a few suggestions for the function:

  • It should be a virtual void for “ACharacter”, that people can override to customize exactly what they want to use it for
  • It is automatically called when the player hits a number key
  • The function could look something like this: OnInputNumber(int Number), were number is the value of the key that the player pressed.

I would appreciate some feedback on this idea, and whether you guys think its a good one. Thank you in advance!