How to use UListViewBase::OnEntryWidgetGenerated() and ListViewBase::OnEntryWidgetReleased()

Actually, it doesn’t make sense. The menu that contains the ListView can’t know which UUserWidget was created - that’s the point of having to use mListView->OnEntryWidgetGenerated().

On the contrary, UListViewBase::HandleAnnounceGeneratedEntries() calls “OnEntryWidgetGenerated().Broadcast(*EntryWidget);”. And I’m trying to capture that from the menu that contains the ListView.