Add rows to UDataTable at runtime with c++ code

Take a look at DataTableCSV.cpp, specifically FDataTableImporterCSV::ReadTable(). It’s constructing table rows from CSV data using the table’s script struct.

1 Like