BP Can't see UserWidget

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 :joy:


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 :smiley:

1 Like

IDK how it work but it work - just add clear “Add to Viewport” in any place

UPD: With Construct, initially all Panels are created, and only then the Viewport is triggered on them, and when creating a daughter, the viewport needs to be updated, so to speak, so I think.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.