ListView/TreeView not populating interface function in 4.23

Trying to learn the use of listviews/treeviews and the best documentation on the subject I can find is the following:
https://forums.unrealengine.com/community/community-content-tools-and-tutorials/1595437-listview-getting-started-in-bp

However when I implement the “User Object List Entry” Interface on my class the “GetListItemObject” Item Object does not populate. I tried creating the widget in 4.22 and migrating the class but it does not work.

Is this functionality handled differently in 4.23?

Thanks

Nvm followed the information on this site and was able to get the list view functioning

@YungBuck43, care to elaborate what you did different from your initial approach? It’s been a while, I know… I’m facing the same issue though…