Merrickl
(Merrick Lovecraft)
June 12, 2023, 1:51am
1
Hi!
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!
L1z4rD89
(L1z4rD89)
June 12, 2023, 7:44am
2
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
Merrickl
(Merrick Lovecraft)
June 13, 2023, 8:47pm
4
Thank you!
I cannot seem to get your file to work properly… how would i have to open it?
L1z4rD89
(L1z4rD89)
June 13, 2023, 8:52pm
5
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)
Merrickl
(Merrick Lovecraft)
June 15, 2023, 10:26pm
6
I’m sorry, i still can’t open it. Here is what i get:
L1z4rD89
(L1z4rD89)
June 16, 2023, 1:51am
7
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.
L1z4rD89
(L1z4rD89)
June 16, 2023, 2:43pm
8
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)
Merrickl
(Merrick Lovecraft)
June 17, 2023, 4:29pm
9
It worked! Thank you so much!
I’m using 5.2
Where can i find the text doc it generates after the questions?
L1z4rD89
(L1z4rD89)
June 17, 2023, 5:28pm
10
The file should be located in your project folder.
Merrickl
(Merrick Lovecraft)
August 25, 2023, 7:24pm
11
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?
L1z4rD89
(L1z4rD89)
August 26, 2023, 11:20am
12
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/
Merrickl
(Merrick Lovecraft)
August 26, 2023, 7:50pm
13
Found it!
Thank you very much!
1 Like
system
(system)
Closed
September 25, 2023, 7:50pm
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.