Why might SpawnActorAbsolute return a (seemingly) corrupted pointer?

Ah, never mind. I should have turned off optimization earlier to make sure the debugger wasn’t lying to me and of course it was. My issue must be elsewhere. If anyone else thinks they’ve seen an oddity like this just

#pragma optimize(“”, off)

around your code to make sure you see the same behavior when not optimized