Can I create an Actor object in a thread other than the GameThread Thread?

I would guess probably not, you’d probably need to set a flag to the gamethread to do the spawn there. I could be wrong, though.