Hi, I have the problem that my project crashes when I start it. I narrowed the problem down to a map variable I recently created. The project works when I remove the Blueprint its in before starting the project. This is the error message:
Assertion failed: Tag.Size == Loaded [File:D:\build++UE5\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\Class.cpp] [Line: 1697] Size mismatch in Boosted Focus of BP_Riding_C of type MapProperty(IntProperty,BoolProperty). Loaded 24 bytes but expected 28. Package: FObjectReader
Is there any way I can fix this, maybe removing the variable?