Basically I want the user to be able to input fields that would be like “rows in an excel sheet”
For example, Name and location… and then after the player has entered the info, I want it to be stored somewhere like an excel, csv, or SQL database (zero experience with SQL) so that when Unreal Engine is closed, and then the game is run again, all the entered data is there.
I would then want to be able to search for a “name” and get the location details.
I am open to buying assets from the Marketplace that may be required to get the job done.
So far I have been able to manually enter data into a Data Table, and then search for a name and have it return all relevant data. But Data Tables cant be updated by the user at run time and saved.