My workaround: Since only the editor has problems with child actors and not the game at runtime, I create the Child Actors on BeginPlay. To still be able to see them in the editor, I use the static mesh of the actor as a dummy, which also provides the transformation for the child actor when I create it.