I’m trying to setup an input system so a user can use the numberpad to submit values to questions that will be presented. So for example input would be: 34enter63enter21…
I started by setting up a variable to store the input as a string so I could append numbers on the go. This led to the blueprint I’ve attached. This is functional… but it only captures the top row of numbers, and not the numberpad. I know I could add all the events for Number Pad key inputs but I’m wondering if there is a more efficient way of doing this. Any ideas? It would be nice if I could setup all the number inputs (both the top row and numberpad) to one event in the Project Settings and then at the event just check and see what key was pressed… but I don’t know if that’s possible.