So if I had a content table on a UI widget and I wanted to allow the user to type text within this content table and then once finished. It would save the data to an external file. e.g txt file etc. How would I go about doing this?
Obviously, I also don’t want to have the the problem of saving this text on the screen ui panel and then when they re-open the widget it still shows the text. (Hope to reset the content table when the user re-opens the widget).
It would save the data to an external
file. e.g txt file etc.
Apart from the Save Game functionality (not human readable), there’s barely any file operations available in BPs. You could opt for Rama’s Victory plugin (as mentioned in the other question of yours, I think?):