It’s not a solution, but it’s is a functional workaround:
Instead of spawning a child actor component you can spawn an actor and use the AActor::AttachToActor method. In BP you can do it using this node:
https://docs.unrealengine.com/latest/INT/BlueprintAPI/Utilities/Transformation/AttachToActor/