Hi everyone! I haven’t been studying Unreal Engine for very long, and I have a question about importing data from Google Sheets using the engine’s native tools. After a few hours of research, here’s what I have:
- Google Cloud API and a link that provides the data
- Created a structure for the table and the table itself in UE
- Set up an HTTP Get Request node with the Google link and displayed it on the level
At this point, I believe I need to proceed with sorting using the For Each Loop node, but I don’t yet have enough skills to do it on my own.
The main goal is to import data from the Google Sheets table into my created table in UE. I’d appreciate any solution or tips to make my work easier!