UE4 插件 Json To Struct (Json to Struct and Json or Csv to datatable) 从文件或网络或任何地方获取Json或CSV字符串,在运行时将其读入DataTable,然后将内容转换为匹配的结构。 Json或CSV数据需要匹配的结构。(字段名称不得为“名称”或系统保留名称) 结构中的值可以是UE4支持的所有数据类型。 从... 查看原...
Read the Json or CSV string into the DataTable at runtime, and then you can convert the content into a matching structure.