16
owithg
7y

So I was trying to start learning Unreal engine. Created two classes, added 3 lines to one.

The engine crashed and now also crashes when I try to open the project. Learning is on track!

Comments
  • 1
    int badStuff = 0xCCCCCCCC;
    (*(int(*)()) &badstuff)();

    this should crash too in two lines.
Add Comment