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