Why does my editor crash when I edit an enum

UE4_PassionProject.log (108.3 KB)

Hello, could someone help me understand why im getting this crash each time I try to edit an enum I created. It was working fine until recently. Now anytime I make a change to the enum inside the editor it crashes the engine.

I have attached the crash log

Multiple errors, looks like corruption of a struct.
“STR_Combat_Combo_Profile”, “STR_Combat_Combo”, etc.
I see you are using perforce, possibly you have restored one or more assets but not all the blueprint files which depend on eachother, leading to corruption?
Check those structs and see if they compile. Sometimes they show a red exclamation mark towards an invalid struct.

1 Like

I checked those structs and they compile completely fine :frowning: