Files
UnrealEngine/Engine/Plugins/MetaHuman/MetaHumanAnimator/Config/BaseMetaHuman.ini
2025-05-18 13:04:45 +08:00

11 lines
1.1 KiB
INI

[CoreRedirects]
; Moving CaptureData and associated code from MetaHuman to VirtualProduction plugin
+ClassRedirects=(OldName="/Script/MetaHumanCaptureData.FootageCaptureData", NewName="/Script/CaptureDataCore.FootageCaptureData")
+ClassRedirects=(OldName="/Script/MetaHumanCaptureData.MeshCaptureData", NewName="/Script/CaptureDataCore.MeshCaptureData")
+ClassRedirects=(OldName="/Script/MetaHumanCore.MetaHumanCameraCalibration", NewName="/Script/CaptureDataCore.CameraCalibration")
+ClassRedirects=(OldName="/Script/MetaHumanImageViewer.MetaHumanFootageComponent", NewName="/Script/MetaHumanImageViewerEditor.MetaHumanFootageComponent")
+ClassRedirects=(OldName="/Script/MetaHumanImageViewer.MetaHumanDepthMeshComponent", NewName="/Script/MetaHumanImageViewerEditor.MetaHumanDepthMeshComponent")
+ClassRedirects=(OldName="/Script/MetaHumanImageViewer.MetaHumanSceneCaptureComponent2D", NewName="/Script/MetaHumanImageViewerEditor.MetaHumanSceneCaptureComponent2D")
; Moving FaceDetector from MetaHuman to MetaHumanCoreTech plugin
+PackageRedirects=(OldName="/MetaHuman/GenericTracker/FaceDetector", NewName="/MetaHumanCoreTech/GenericTracker/FaceDetector")