I am a couple of years into this project with no previous issues with structures, however recently when I try to add a variable to one of my structures it crashes the editor after compiling.
It always produces the error:
Assertion failed: IntFitsIn(In) …
Loss of data caused by narrowing conversion, In = 32808
Things of note: The structure does not cause a crash when you remove a variable. The structure is nested in other structures and is used a lot throughout the project. If I add three new variables to the structure it crashes immediately without having to compile. If it is not touched then everything works normally.
I have tried fixing up redirectors, migrating the structure and re migrating it back, renaming the structure file, rebuilding the engine, deleting saved files, and none of it worked. If the structure has a variable added and saved then the editor won’t launch because of the same error. I had to roll back the structure with version control to get the editor to launch again.
Any idea as to why I can’t add a variable?