MoveComponentTo and ChildActors in blueprint

If you use MoveComponentTo on root component which will have ChildActor component - the ChildActor component won’t move with root.

Repro: just look at the image and create something like that - childactor here is class which extends StaticMeshActor. If you move [ROOT]Scene1 using move component to all StaticMeshes will move too but Ship_00 (which is childactor) won’t.

21610-childactor.png

resolved: ExampleShip was static not movable. now everything is working.