atenfyr / UAssetAPI

A low-level .NET library for reading and writing Unreal Engine game assets.
https://atenfyr.github.io/UAssetAPI/
MIT License
195 stars 44 forks source link

Fix null dereference when MapProperty key or value is not a struct #35

Closed trumank closed 1 year ago

trumank commented 1 year ago

Unlike my previous PR, this will work when the key or value is null.