If the pieces are supposed to rigidly attach to each other and then act as one, I would look into “AttachTo” rather than using a physics constraint. Example using blueprints: Attach Actor to another Actor based on Socket points - Blueprint - Epic Developer Community Forums. Docs on C++: USceneComponent::AttachTo | Unreal Engine Documentation.