DK22Pac / plugin-sdk

An SDK for developing ASI/CLEO plugins for GTA San Andreas, GTA Vice City and GTA III
zlib License
431 stars 114 forks source link

About UE4 GTA game sdk #193

Open XMDS opened 3 months ago

XMDS commented 3 months ago

The best way is to use the UE4Dump tool to export the UE class generation header file. There are many excellent UE Dump tools on Github. By the way, for UE4, FName, UObject, UWorld, etc. are very important objects. Only through them can you access instances of all objects in the game. By the way, UE C++ supports static reflection, and we have to use FName to reverse many contents.