Hello. Hoping someone can help with this. I have an actor blueprint that constructs a user widget blueprint and adds to viewport. The user widget blueprint renders its title fine but not it’s sub tileview widgets wrapped in a scrollbox. Normally they populate with a populate box function I created. After several print string tests, I’ve found that not only does the initial user widget not call its construct in Standalone, but that it will not execute the populate box function when called from the actor bp even when it just has a print string hooked up inside.
Things work fine in PIE where the subwidgets in tileview spawn their respective data with EventOnListItemObjectSet and work off data passed through an object to populate the dynamic text fields. I’m just not sure why I’m not getting anything in standalone. It’s the same object reference when I save the widget reference and call it’s function from the actor BP.
If you need any other specifics to help debug, please let me know. I will be keeping at this for a little while longer in the meantime. Thanks