[PCG] Remove internal deprecation redirectors for 5.5 internal usage.

#rnx
#jira UE-227498
#rb adrien.logut, huw.bowles, julien.lheureux, wyatt.marvil

[CL 37195800 by ryan buehler in Dev-5.5 branch]
This commit is contained in:
ryan buehler
2024-10-16 15:18:31 -04:00

View File

@@ -101,17 +101,3 @@
+EnumRedirects=(OldName="EPCGMedadataVectorOperation",NewName="EPCGMetadataVectorOperation")
+EnumRedirects=(OldName="EPCGMedadataBitwiseOperation",NewName="EPCGMetadataBitwiseOperation")
+EnumRedirects=(OldName="EPCGMedadataRotatorOperation",NewName="EPCGMetadataRotatorOperation")
// START - TODO: Remove before 5.5
+ClassRedirects=(OldName="/Script/PCG.PCGSplineSlicerSettings",NewName="/Script/PCG.PCGSubdivideSplineSettings")
+ClassRedirects=(OldName="/Script/PCG.PCGSegmentSlicerSettings",NewName="/Script/PCG.PCGSubdivideSegmentSettings")
+ClassRedirects=(OldName="/Script/PCG.PCGSlicingBaseSettings",NewName="/Script/PCG.PCGSubdivisionBaseSettings")
+ClassRedirects=(OldName="/Script/PCG.PCGVolumeSlicerSettings",NewName="/Script/PCG.PCGDuplicateCrossSectionsSettings")
+StructRedirects=(OldName="/Script/PCG.PCGSlicingSubmodule",NewName="/Script/PCG.PCGSubdivisionSubmodule")
+StructRedirects=(OldName="/Script/PCG.PCGSlicingModuleAttributeNames",NewName="/Script/PCG.PCGSubdivisionModuleAttributeNames")
+PropertyRedirects=(OldName="/Script/PCG.PCGSubdivideSegmentSettings.SlicingAxis",NewName="/Script/PCG.PCGSubdivideSegmentSettings.SubdivisionAxis")
+PropertyRedirects=(OldName="/Script/PCG.PCGSubdivideSegmentSettings.bAcceptIncompleteSlicing",NewName="/Script/PCG.PCGSubdivideSegmentSettings.bAcceptIncompleteSubdivision")
+PropertyRedirects=(OldName="/Script/PCG.PCGSubdivideSplineSettings.bAcceptIncompleteSlicing",NewName="/Script/PCG.PCGSubdivideSplineSettings.bAcceptIncompleteSubdivision")
// END - TODO : Remove before 5.5