Hi, trying to follow the flight tracker tutorial and got stuck on the .csv import of flight data. When I drag the .csv into the content browser it prompts me to choose the DataTable Row Type. But AircraftRawData is not one of the choices. The choices start with FarmVisualDataRow.
Thanks Kevin for responding. Yes I ran Build–>Build All Levels after adding the code in 3.1 and still do not see AircraftRowData. I also restarted Unreal. I am dragging the csv of flight data into the “Content” folder. The first choice in the dropdown in DataTable Options is “FarmVisualDataRow”. I am running UE 5.5.4
Hi @Brook,
You need to compile the code in Visual Studio. I don’t think Build → Build All Levels will do what you need. Try Tools → Open Visual Studio, and then in Visual Studio choose Build → Build Solution.