Numerical Input Widget

i have some issues trying to use the pin entry ui as a numerical input widget.

the widget opens and closes fine, but nothing happens when pressing one of the number buttons (0-9)

i can bind the pin label text with a function and have it display numbers defined in the blueprint.

but how can i make the numbers communicate with that? do i need to use on clicked events for them?

ef8161bd3646b250e79f61d263a114dc17738bca.jpeg

I think there’s a set keyboard focus node you can use for this. I’m not 100% positive, but it’s a start :slight_smile:

Jep. Was active. I had to create my own logic to make the numerical input working. All fine now but the widget crashes on server. Not shure why.

Make sure the widget is ONLY being run on client. if it’s getting run on server it WILL crash