atenfyr / UAssetGUI

A tool designed for low-level examination and modification of Unreal Engine game assets by hand.
MIT License
529 stars 75 forks source link

Failed to parse export #41

Closed majorp7 closed 2 years ago

majorp7 commented 2 years ago

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

LongerWarrior commented 2 years ago

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

majorp7 commented 2 years ago

This worked like a charm. Thank you!