Save data to text file

Hey,

I am creating a non online game that has a section where it gathers feedback from users. I am hoping to create way to save the feedback to my computer in a way that you can open it in microsoft excel for example. I have star rating from 1 to 5 and then I have pre-selected questions that user can choose to add. Is there a way to collect data on a string form and save it to a textfile?

Rama’s Victory plugin allows you to handle file I/O from blueprints. You can save a string to a text file directly. Format the output correctly and you almost have a Comma Separated Value file.

Not sure if the plugin writes directly to csv.