You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user