Runtime DataTable - Import/Export text CSV or Google Sheet at runtime and auto-update structs and UObjects!

Hello davidvitas,

what you’re looking to do here would be supported by the plugin, and using a hashed FName lookup (default) there shouldn’t be any perceived performance impact even with a table this large.

Runtime DataTable’s strength is in Google Sheets compatibility and in automatically converting imported data to other types. If you’re just using strings and local CSV files, I’d recommend using easyCSV (https://www.fab.com/listings/e31b9546-919b-4243-9bf3-b3ff854d05eb) instead. Runtime DataTable can do everything easyCSV can and more, but for your use case you really only need a CSV parser and lookup table.

There is no file explorer built into either plugin, but many solutions do exist for this already (https://www.fab.com/search?q=file+explorer).

No Discord for me, I really don’t have time to manage one. But feel free to contact me here or by private message and I’ll be happy to help.