I’m struggling with a weird issue with Datatables.
I have a very simple structure
It has a name and a soft reference skeletal mesh in it.
The idea is that an Actor loads a datatable
and then is able to switch different skeletal components to those from the Datatable.
Everything works well before I reopen the project - the Name is loaded, but trying to load an object by reference from the datatable returns none.
despite the fact that I haven’t changed any paths and it is still shown correctly in the datatable.
Simply clicking the dropdown and selecting the same mesh resolves the issue, but still I’d like to resolve it completely.
Thanks for any help.