I think I found out how the rootcomponent works now I have this:
… Some Code …
RootComponent = ArrowComponent;
… Some Code …
RootComponent = PlayerMeshComponent;
And now player mesh component is the rootchild of arrowcomponent.
Maybe a bit more documentation for the assignment operators is needed here.