Files
UnrealEngineUWP/Engine/Source/Programs/UnrealBuildTool/ToolChain
martin ridgers c41c6badd7 Fixed universal character warnings from the ISPC compiler.
UBT defines some macros which embed the path of the user's sync. UE_LIVE_CODING_ENGINE_DIR being one such example. If the user's sync path contains a path element that starts with a 'u' followed by valid hexadecimal characters, such as 'd:\p4\ue5-release' the '\ue5' gets interpreted as an escaped universal character. ISPC compiler doesn't like this.

#rb andrew.davidson
#jira none
#rnx
#preflight 61f112fcc94cf78aac2218fe

#ROBOMERGE-AUTHOR: martin.ridgers
#ROBOMERGE-SOURCE: CL 18733488 in //UE5/Release-5.0/... via CL 18733493 via CL 18733525
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)

[CL 18733531 by martin ridgers in ue5-main branch]
2022-01-26 04:41:34 -05:00
..