After a few Livecoding compiles my Data Tables lose their row structure. The name of the row structure changes to /Engine/Transient.LIVECODING_MyDataName_1
I think livecoding is corrupting the row structure.
How can I reset the row structure to something valid?
This is an old post, but with plenty of views and no answer.
I think when you restart the Editor it should go back to the correct version (correct Row Type), but in case it doesn’t…
There are a few options here.
Rebuild with the Editor closed, straight from VS (i.e. avoiding LIVECODING altogether just for one time, to correct).
Alternatively, right click the data table and chose export to csv. Save the csv file somewhere. Delete the data table. Recreate it using the correct Row Type. Reimport the data: Switch to Details tab - go to File Path/Source File and set it to your csv file - click Reimport from the ribbon.