Files
kevin macaulayvacher 32e5d7e733 Deprecates and removes MatchSubstring CoreRedirects from ini files in favour of MatchWildcard=true, OldName="...SubString..." which is equivalent but flexible to prefix and suffix matching as well. This change is a follow up to core redirect work in UE-204063
All existing substring matches have been kept as substring matches. Until prefix matching is optimized, it's _faster_ to perform substring matching (Boot->PIE 4.8s vs 7.1s spent in RedirectNameAndValues)

[FYI] Francis.Hurteau
#rb Matt.Peters

[CL 32220936 by kevin macaulayvacher in ue5-main branch]
2024-03-13 14:13:16 -04:00

5 lines
505 B
INI

[CoreRedirects]
+PackageRedirects=(OldName="/VirtualCamera/OperatorPanel...", NewName="/VirtualCamera/Deprecated/OperatorPanel", MatchWildcard=true)
+PackageRedirects=(OldName="/VirtualCamera/TestMaps...", NewName="/VirtualCamera/Deprecated/TestMaps", MatchWildcard=true)
+PackageRedirects=(OldName="/VirtualCamera/V2...", NewName="/VirtualCamera/Deprecated/V2", MatchWildcard=true)
+PackageRedirects=(OldName="/VirtualCamera/VCamCore...", NewName="/VirtualCamera/Deprecated/VCamCore", MatchWildcard=true)