Files
UnrealEngine/Engine/Plugins/MetaHuman/MetaHumanAnimator/Config/BaseMetaHuman.ini
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05: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")