Files
ben zeigler 9ea9312867 Fix broken redirects discovered by running -DebugCoreRedirects on the engine
Some of these needed full paths after the path lookup changes, some were out of date, and some were typos
#jira UE-161345
#rb matt.peters
#preflight 6306824e5a5d4e462465eaf7

[CL 21566281 by ben zeigler in ue5-main branch]
2022-08-25 11:56:33 -04:00

17 lines
1.0 KiB
INI

[CoreRedirects]
+EnumRedirects=(OldName="FZoneShapePointType" ValueChanges=(("FZoneShapePointType::LaneSegment","FZoneShapePointType::LaneProfile")))
+StructRedirects=(OldName="ZoneLaneTemplate",NewName="/script/ZoneGraph.ZoneLaneProfile")
+StructRedirects=(OldName="ZoneLaneTemplateRef",NewName="/script/ZoneGraph.ZoneLaneProfileRef")
+PropertyRedirects=(OldName="ZoneGraphSettings.LaneTemplates",NewName="LaneProfiles")
+PropertyRedirects=(OldName="ZoneShapeComponent.LaneTemplate",NewName="LaneProfile")
+PropertyRedirects=(OldName="ZoneShapeComponent.PerPointLaneTemplates",NewName="PerPointLaneProfiles")
+PropertyRedirects=(OldName="ZoneShapePoint.LaneTemplate",NewName="LaneProfile")
+PropertyRedirects=(OldName="ZoneShapePoint.InControlPoint",NewName="InControlPoint_DEPRECATED")
+PropertyRedirects=(OldName="ZoneShapePoint.OutControlPoint",NewName="OutControlPoint_DEPRECATED")
+PropertyRedirects=(OldName="ZoneGraphTagFilter.IncludeTags",NewName="AnyTags")
+PropertyRedirects=(OldName="ZoneGraphTagFilter.ExcludeTags",NewName="NotTags")