Files
UnrealEngine/Engine/Plugins/Runtime/ZoneGraph/Config/BaseZoneGraph.ini
2025-05-18 13:04:45 +08: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")