Encryqed / Dumper-7

Unreal Engine SDK Generator
561 stars 144 forks source link

static_assert Errors #166

Open for40255 opened 2 days ago

for40255 commented 2 days ago

The game version 1.0 can build but 1.1 have some static_assert Errors

in the Engine_xxxxx.hpp

4.26.2-108846902+++UE4+Release-4.26-Client.zip (1.1)

4.26.2-107041437+++UE4+Release-4.26-Client.zip (1.0)

error in the class TDelegate Size should be 0x14 but is 0x28

fff

thank!

Fischsalat commented 2 days ago

Ok, good to know, seems that happened on a few different games lately. For now you can just add some padding at the end of TDelegate.

for40255 commented 2 days ago

Ok, good to know, seems that happened on a few different games lately. For now you can just add some padding at the end of TDelegate.

You mean make the TDelegate size of 0x28?

(Sorry, my English is not good)

edited: solved. For those who have the same problem, here is the solution

gfgdfd

Fischsalat commented 5 hours ago

I still need to fix this, so I reopened it. This way it's also more likely for others, with the same error, to see your solution.