Would anyone have any idea why I'm receiving these errors?




The three errors I am running into all happen with the ItemSlotMaster. In the designer, I added a Size Box and renamed it WidgetSize, set it to ‘is variable.’ and connected it to the height and width overrides. The errors are saying, ‘Accessed none from WidgetSize’. I have been reworking and racking my brain all day. any help would be greatly appriciated!

Hi,
what class is the target reference? Maybe it is failing the cast. In the Function SetWidgetVisibility it is already null, so whatever is calling this function deserves a breakpoint. You are using InfoLayer but that Object is null at this point, check why thats the case. check where you set InfoLayer and toggle breakpoint at the set and get: Make sure that InfoLayer is set before referenced. Next is WidgetSize, same thing. But first focus on the InfoLayer, that must not be null.