Garbage collector crash. Object flags are invalid or either Class or Outer is misaligned

Hello everyone.

I have crash with message after play about half minute in my build. Remove this object (Vehicle) from map and rebuild fix this crash. This Vehicle object is BP class with and project hat inclusive nativize.

243758-crash.png

What the problem with this object? Need help!

I think you will check null exception or dangling in your code first, if you create some memory (texture or assets) in runtime, you must delete that. garbagecollector has dangling and it try to delete that then you will see that message.

There probably some nativisation node incompatibility, try checking all non-function (with f icon) nodes, when you pin point one do bug raport