Json to Struct and Json or Csv to datatabl v5.0-5.4

Get a Json or CSV string from a file or network or anywhere, read it into a DataTable at runtime, and then convert the content into a matching structure.The values in the structure can be all data types supported by the Unreal system.
V2 version of Json and Struct conversion function has fixed these problems, but if it is converted to DataTable, still need to pay attention.
Json or CSV data needs a matching structure.(The field name must not be "Name" or a system reserved name)
Please avoid spaces in the field names, because after the project is packaged, the spaces in the field names will be modified in the Unreal system.
As a result, the fields with spaces cannot be parsed correctly after the project is packaged. This issue was raised by "CedkM" and Test it out together.
Open the Content Browser window, in the upper right corner of the Content Browser, click the Settings button, This will open a menu where you can adjust various settings for the current instance of the Content Browser, Under the View category, check the Show Plugin Content option, Find the Json to Struct and Json or Csv to datatable->Content->Json to Struct and Json or Csv to datatable directory, There are sample levels and related assets inside.
Version: 5.0-5.4
Home Page: https://www.fab.com/listings/1f316c75-2af4-4f29-b517-ac3173498e5d
Download links:
Ctrl
Enter
Noticed a misTake
Highlight text and press Ctrl+EnterRelated news:
Comments (0)