When I Play in UE's Editor it's get wrong at here

/**
* Marks this object as RF_PendingKill.
*/
FORCEINLINE void MarkPendingKill()
{
check(!IsRooted());
GUObjectArray.IndexToObject(InternalIndex)->SetPendingKill();
}