I while ago I created an inventory following this tutorial. Upgrading to 4.16 went just fine. Now I am having troubles with my inventory on 4.17 and I don’t know how to fix them. Everything is set up like in the tutorial but the Construct Event of the UI_Inventory widget is never called. First time I try to open the inventory the game knows that the inventory was not yet created and attemps to create it. The create widget function does not fail. It runs through and adds the inventory placeholder to the screen. But during the create widget function the Construct Event of the widget to be created is never executed.
How can I fix this? Thanks in advance!