Files
UnrealEngineUWP/Engine/Source/Developer/AssetTools
kevin macaulayvacher 582870374b Fix AssetHeaderPatching handling of quoted paths.
- 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]
2024-06-07 17:24:48 -04:00
..