I am in the same boat and I believe it’s spawned by the PlayerCameraManager, which, in turn, is being created by the PlayerController. If it’s set to “None” in the PlayerController Class Defaults then the default PlayerCameraManager object is created. I tried subclassing this camera manager to see if I could stop it spawning the default CameraActor, but failed.