Encryqed / Dumper-7

Unreal Engine SDK Generator
561 stars 144 forks source link

Functions of reloaded blueprint classes can't be called after reload. #163

Open Fischsalat opened 1 week ago

Fischsalat commented 1 week ago

The static UFunction* Function still points to the old UFunction instance that has been unloaded and reloaded. This leads to a call to ProcessEvent with an invalid function as a parameter and causes a crash.

Possible fix: do the same thing as BlueprintGeneratedStaticClass.