Encryqed / Dumper-7

Unreal Engine SDK Generator
561 stars 144 forks source link

E1542 | some enumerator constants cannot be represented by "int" #137

Closed Nikitashev1327 closed 1 month ago

Nikitashev1327 commented 1 month ago

Hello, I apologize for maybe a silly question, but I keep getting this error in Basic.hpp file whenever I try to use the generated SDK. Error is in EClassFlags, screenshot below SDK generates with no errors, game Palia Most likely mistake on my side just can't figure out what it is for like 3rd day :( image

Also after this error a number of "static assertion failed", however I assume its cascading because the one enum error?

Fischsalat commented 1 month ago

I wanted to fix the warning generated by EClassFlag a few weeks ago already, seems like I forgot. Are the static assert errors hindering you from building the project? If not they aren't errors and Intellisense just took LSD again.

Nikitashev1327 commented 1 month ago

Yes, can't build the project with static assert errors :(

Fischsalat commented 1 month ago

send the sdk please

Nikitashev1327 commented 1 month ago

There is the SDK :) 5.3.2-273846+++Valeria+Release_0.180.0-Palia.zip

Fischsalat commented 1 month ago

Seems like the sdk is fine. Make sure you turn the errors to "build only". \ image image

Encryqed commented 1 month ago

Works fine.