Encryqed / Dumper-7

Unreal Engine SDK Generator
561 stars 144 forks source link

static_assert Errors #119

Closed Secxnd closed 2 months ago

Secxnd commented 2 months ago

I dumped multiple games with Dumper7 and I had no problem setting it up or while dumping but when I try to use the SDK I get a whole lot of static_assert errors

Dumper7StaticAssertError

Fischsalat commented 2 months ago

It's because there are 2 classes called "UOnlineEngineInterfaceImpl" in the same package. This is kinda Unreals fault, just rename all occurrences of one of them to "UOnlineEngineInterfaceImpl2"