How do i save and export the player's input when interacting with checkboxes in a readable text document?

Hi! :smiley:

I have an experience in which the user has to interact with a series of checkboxes that pop up after certain checkpoints. I want to save the input of each question answered by the user in a external text document to further analyze afterwards.

I couldn’t find any solutions so far… any tips are welcome!
Thank you in advance!

Hey @Merrickl

Does this work for you?

Do you like icecream? false true
What is your favorite color? true
Where do you come from? false true false
Visited countries: false true true false

UE_52|ExportToCsv.zip (83.1 KB)

2 Likes

image

image

:1st_place_medal: :2nd_place_medal: :3rd_place_medal:

2 Likes

Thank you!

I cannot seem to get your file to work properly… how would i have to open it?

You extract the zip and open the *.UProject file. But: Which UE version are you using? My project was created in 5.2.

Here is the 4.27 version, should be compatible with newer versions:

UE_427|ExportToCsv.zip (69.5 KB)

I’m sorry, i still can’t open it. Here is what i get:


Screenshot_2
Screenshot_3

Which UE version are you using?

Maybe I can upload a plugin.
But your error message usually tells you to use VisualStudio to rebuild the project.

Hey @Merrickl

here you have the projects including a compiled plugin with the used C++ code, so no recompiling:

UE50_ExportToCsv.zip (10.3 MB)

UE51_ExportToCsv.zip (11.4 MB)

UE52_ExportToCsv.zip (9.6 MB)

It worked! Thank you so much!

I’m using 5.2

Where can i find the text doc it generates after the questions?

The file should be located in your project folder.

It doesn’t appear not matter how many times i answer the questions.
Thank you for the help! How do i get it to work?

Hey @Merrickl

you are in the wrong directory. The one where you are in right now is:

/UE52_ExportToCSV/Content/ExportToCSV

but you have to look inside this folder

/UE52_ExportToCSV/

:slight_smile:

image

Found it!
Thank you very much!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.