cursey / ue4genny

An Unreal Engine 4 SDK generator using SdkGenny
MIT License
181 stars 66 forks source link

Modify StaticClass lookups to use hashes of the full name instead of idx #11

Closed praydog closed 2 years ago

praydog commented 2 years ago

There was an issue in the game I was working on where the generated indices did not correspond to the correct object. The object would be random after every restart of the game. So, I made it look up the object based on its name instead.

This will require the project using the SDK to implement find_uobject.