Access violation - code c0000005

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.