Get data from a table into Unreal Engine.

I have a table that has x- and y. coordinates in it and i want to move a cube to these coordinates. How can i get this data into UE5?

UE can import json and csv files. Csv could more convenient here. The imported data ends up in a data table where each row is represented by a struct. These are your search keywords:

  • csv, data table, import, structs

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