Any C++ error causes editor to crash

@mahoukyou it is really UE4’s fault because its developers decided to build an editor on top of game runtime and when that runtime experiences an error the editor crashes along with it as well. Editor in UE4 is kind of extension to the game which is completely stipped when building a release game

1 Like