Hello,
So ive been using unreal for a few years now, and so far i love it. However now this will be the third time i have redone my main hud for my game. the problem is i code only in variables, and structures help me alot. But i have had to learn so many ways to fix all the bugs and crashes from simply adding new variables to a structure thats in use. Now though im running into the no compile no save crash from the result of me changing up my pre done structures leaving me with my only option but to gut my code of all structures and think far ahead into the future and make every single structure now that ill ever use (seeing as they are all interconnected) for someone that changes his mind on the fly this is not ideal. So my question is are devs working on a way to stop this crash, or is there other methods that i could be using.