You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Move EndsWith check to be the first condition as it's constant time compared to check for the first quote - Fixes the creation of the patched quoted path. The previous code was using LeftChop which incorrectly chopped off n characters from the right side of the string rather than keeping only the first n on the left. This resulted in malformed path. - We now rebuild the string in place to eliminate copies. #rb Francis.Hurteau #rnx [CL 34215986 by kevin macaulayvacher in ue5-main branch]
36 KiB
36 KiB