dubCUT
(dubCUT)
1
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?
Huston850
(Huston850)
2
I think there’s a set keyboard focus node you can use for this. I’m not 100% positive, but it’s a start
dubCUT
(dubCUT)
3
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.
P0k3r
(P0k3r)
4
Make sure the widget is ONLY being run on client. if it’s getting run on server it WILL crash