Hi, I’m trying to populate a ‘list view’ widget with data from inside my save files. It gets the correct number of save files but it only displays the data of the last save file on all entries.
Putting some breakpoints, I see that ‘Async Load From Slot’ loads all files, one by one, before the rest of the loop executes. This is my widget blueprint that holds the list view: