I had a similar issue, turned out I was setting the actors scale to something undefined (or 0,0,0) in the construction script of the blueprint. While in game the scale value was defined.
I simply moved the scale change to BeginPlay, gotta be careful around that construction script.