Bug? C++ actor with collision component simulate physics set to true detaches actor from parent

Just as the title says, when I have a C++ actor with a sphere collision as the root (with simulate physics set to true) the actor does not maintain: “parent / child” authority, the actor simply detaches itself from its parent when I hit play. The blueprint version of this same actor does no such thing.