Hey guys,
i’m working currently on a students project and we use UDataTables.
At runtime i’m adding, deleting or changing rows in some of the UDataTables.
But i am having trouble saving the changes at runtime. The file is changed correct but i have to manually rightclick->save them in the contentbrowser, otherwise the change is dismissed when i recompile it.
So the question is, is there a way to call the rightclick->save automatically or any other saving option?
Right now my only alternative would be to write all changes to a new JSON file, load the JSON and convert to UDataTable.
Anyone can help?
Thanks in advance