Also, I have a few instances, including a recently added instance, of creating timer delegates like so:
FTimerDelegate::CreateUObject(this, &Class::Function, value1, .....)
I naively thought that might be the problem, given the references to
CreateDefaultObject
ProcessNewlyLoadedUObjects
TBaseStaticDelegateInstance
etc.
Even after removing it, the problem persists.