The situation is this: I’m trying to add another one to a ready-made widget. I did it through CPP, it works, but is not displayed correctly, I did it through BP on Event Construct - it works as intended (displayed and located where needed). But as soon as I change the Event Construct to a keypress, my child widget is not displayed. I looked, it is being created, but for some reason it is not visible. What’s the problem?
Print the key press . If I remember correctly,the widget doesn’t receive input.
edit: my fault,tested.it receives
I’ve already done keypress checks and tried doing it through Event, but it didn’t make sense. UserWidget is available only on the client
UPD to: I didn’t see your UPD
1 Like