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.
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
.