Data table loses row struct after migration

I migrated a set of data tables (along with the row structs) to a new project since the old project was starting to get a bit bloated. Now, every blueprint that references this data table fails because said data table has no row struct associated with it. I can open source data, and that reference was never lost; however, if I open it or try to reimport, it tells me no RowStruct is specified. How do I relink the lost row struct reference that I lost? I would hate to have to update 20 BPs that have at least three references each to said data source.

1 Like

Hi,

iā€™m working on a project version 4.22 and have the same problem.
When i migrate my project to be a clean one to build up on i not lose but the not shown.
To solve this you need to open the structs and just save them. Once you done that they are back to be selected.

I do not know wy this happens but like me having alot of structs and nested structs it not fun to do every time.

mvg

2 Likes