You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Moved SmartObjects out of restricted folder Moved StateTree out of restricted folder Moved ZoneGraph out of restricted folder Moved ZoneGraphAnnotations out of restricted folder #jira UE-115297 #ROBOMERGE-OWNER: mieszko.zielinski #ROBOMERGE-AUTHOR: mieszko.zielinski #ROBOMERGE-SOURCE: CL 17648223 via CL 17648246 via CL 17648261 via CL 17648385 via CL 17648390 via CL 17648742 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v875-17642767) [CL 17648750 by mieszko zielinski in ue5-main branch]
17 lines
1015 B
INI
17 lines
1015 B
INI
[CoreRedirects]
|
|
|
|
+EnumRedirects=(OldName="FZoneShapePointType" ValueChanges=(("FZoneShapePointType::LaneSegment","FZoneShapePointType::LaneProfile")))
|
|
|
|
+StructRedirects=(OldName="ZoneLaneTemplate",NewName="ZoneLaneProfile")
|
|
+StructRedirects=(OldName="ZoneLaneTemplateRef",NewName="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") |