I hadn’t added the .csv’s since I figured the info was saved in the DataTable itself, but I just added the directory to my “Additional Non-Asset Directories to Package”. Same error still. I’ve also tried turning “Level1ScreenData.Level1ScreenData” into just “Level1ScreenData” and it still works in the editor, but no luck on launch.
Some more potentially relevant parts of the errors.
Fatal error!
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000030
ForestOfTerror.exe!UDataTable::FindRow<FObjectLookupTable>() [d:\epic games\ue_4.15\engine\source\runtime\engine\classes\engine\datatable.h:120]
That address seems really low, is that normal? I verified that FindRow is only looking for strings that exist in the table.