This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
464d89c8ff3083a12ebe99117983a78c19fac041
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealBuildTool
/
ToolChain
History
calvin zheng
ff532e137f
Fix missing quotes around project directory
...
#jira UE-207695 #rb Josh.Adams [CL 31860980 by calvin zheng in ue5-main branch]
2024-02-27 20:06:49 -05:00
..
AppleToolChain.cs
Fix missing quotes around project directory
2024-02-27 20:06:49 -05:00
ClangSpecificFileAction.cs
[Backout] - CL31475985
2024-02-16 18:44:57 -05:00
ClangToolChain.cs
UnrealBuildTool: Option to disable anaylzing engine modules or generated code
2024-02-20 20:48:55 -05:00
ClangWarnings.cs
- Moved all versions from *SDK.Versions.cs files to *_SDK.json files
2024-02-13 11:51:53 -05:00
ISPCToolChain.cs
…
IWYUToolChain.cs
…
RemoteMac.cs
- Replaced System.Environment.MachineName (and System.Net.Dns.GetHostName()) with Unreal.MachineName, since Environment.MachineName is capped at 15 characters, and not every machine name is that short. Uses System.Net.Dns.GetHostName() internally unless is throws an exception, then it falls back to Env.MachineName
2023-11-14 09:40:24 -05:00
UEToolChain.cs
…