atenfyr/UAssetGUI

Failed to parse export

Closed this issue · 2 comments

Getting a "Failed to parse 1 exports!" error when trying to open the attached files. Other files work fine.

Game runs on Unreal Engine 4.27
(4.27.7.0, ++UE4+Release-4.27-CL-0)

DT_BeerStyles.zip

Windows 10 / UAssetGUI v1.0.0.0-alpha.7

U need to add two MapStruct Overrides
in Edit->Edit map struct type overrides... add
KeyBeerStatRanges | null | FloatRange
CriticalStatRanges | null | FloatRange
mapstructoverrides

This worked like a charm. Thank you!