You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UETOOL-281 - Improve data table workflows UETOOL-282 - Data tables cannot be exported as CSV UETOOL-289 - Data tables cannot represent arrays in their CSV data Split up the util functions into their own file (DataTableUtils). Split up the CSV exporting/importing into its own file (DataTableCSV). Split up the JSON exporting/importing into its own file (DataTableJSON). Added support for exporting/importing/displaying array properties. Added the ability to export a data table as CSV. Added the ability to import a data table from JSON. [CL 2494005 by Jamie Dale in Main branch]