CorrM / Unreal-Finder-Tool

Useful tool to help you fetch and dump Unreal Engine 4 Games information.
GNU General Public License v3.0
429 stars 169 forks source link

NameDump is incomplete in some games. #55

Closed songce74 closed 4 years ago

songce74 commented 4 years ago

I found that in some games NameDump was incomplete(i.e. lost some names). This could be because that in NamesStore.cpp:30 for (int i = 0; i < 15; ++i). The limit for chunks is too small for some games, changing it to 30 or so may fix this problem. Cheers

CorrM commented 4 years ago

https://github.com/CorrM/Unreal-Finder-Tool/commit/13115f5f3016dde95c035a94d489232391581ae4