UAssetGUI icon indicating copy to clipboard operation
UAssetGUI copied to clipboard

Export to json then save as asset fails

Open MojaveWastelander opened this issue 5 months ago • 2 comments

Actions: Exported asset to json then reopened json and tried to save as asset to test if it creates same/valid file

Result: Opening exported json file from GUI doesn't show any error Saving json as asset fails with "No valid property '...' in class '...'" error

  • Version: 1.0.3; 1.0.4 (exported jsons have differences between versions)
  • Game: Lies of P
  • UE version: 4.27.2

Attached mappings and a test file

Files.zip

MojaveWastelander avatar Aug 03 '25 17:08 MojaveWastelander

Until the issue is resolved you may be able to use the DummySuffix workaround suggested here: https://github.com/atenfyr/UAssetAPI/issues/109#issuecomment-2849245557

hypermodule avatar Aug 03 '25 17:08 hypermodule

Thanks, the issue was that I needed to update a list of values but one by one is quite tedious. I copied a vertical selection of values into excel (all are integers), updated all values, but couldn't copy them back over the selection, so tried with json.

MojaveWastelander avatar Aug 03 '25 18:08 MojaveWastelander