Assertion failed Obj.cpp failed to route Begin/FinishDestroy

There doesn’t seem to be many search results for this kind of error and I’m wondering what it actually means.

There seems to be an internal check that overridden functions call the parent’s virtual function. Put simply, there’s probably a BeginDestroy() or FinishDestroy() somewhere that isn’t calling Super::BeginDestroy(); or Super::FinishDestroy(); respectively.

3 Likes