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
d59fb33465ed20bc355342d3b365fba5ef7cee21
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealBuildTool
History
Josh Adams
939a2d3cb1
- Added a new SDLPlatform platform group for future use
...
#rb trivial [CL 14914026 by Josh Adams in ue5-main branch]
2020-12-14 12:28:27 -04:00
..
Configuration
- Added a new SDLPlatform platform group for future use
2020-12-14 12:28:27 -04:00
Executors
UBT and UAT now use .NET Core instead of Framework and Mono. This means that we use the same runtime on Windows, Linux and Mac. Further benefits including newer C# features and a lot of intresting features for the future around AOT and Tiered compilation.
2020-12-02 06:57:13 -04:00
Modes
UBT: Remove support for outputting entire action graph for a target. This is not going to be valid with C++20 modules, since we require dependencies discovered at build time to feed back into the action graph execution.
2020-11-25 21:24:19 -04:00
Platform
Merge //UE5/Release-Engine-Staging @14903491 to //UE5/Main
2020-12-11 14:21:20 -04:00
Preprocessor
UBT: Add preprocessor work from Private-ArtifactCache stream.
2020-11-23 13:33:12 -04:00
ProjectFiles
Remove exposed parts of the Blueprint nativization feature (deprecated), and decouple it from the editor/cooking phase.
2020-12-08 16:28:03 -04:00
Properties
UBT: Add preprocessor work from Private-ArtifactCache stream.
2020-11-23 13:33:12 -04:00
Storage
Missing copyright notices.
2020-11-24 11:54:19 -04:00
System
Added a limit to the number of actions live coding will handle by default. The user can change these limits and even request that the compilation try again withot enforcing the limit.
2020-12-08 09:47:08 -04:00
ToolChain
Remove exposed parts of the Blueprint nativization feature (deprecated), and decouple it from the editor/cooking phase.
2020-12-08 16:28:03 -04:00
app.config
Add Thread_UseAllCpuGroups to UnrealBuildTool config to enable UBT to use both CPU groups on high-core systems such as 64-core ThreadRippers.
2020-03-02 15:50:41 -05:00
app.manifest
…
UnrealBuildTool.cs
UBT and UAT now use .NET Core instead of Framework and Mono. This means that we use the same runtime on Windows, Linux and Mac. Further benefits including newer C# features and a lot of intresting features for the future around AOT and Tiered compilation.
2020-12-02 06:57:13 -04:00
UnrealBuildTool.csproj
Changed pdb format to not use portable pdbs (which is the default in net core) and instead back to our old pdb configuration.
2020-12-02 15:29:59 -04:00
UnrealBuildTool.sln
Renamed UnrealBuildToolCore.sln to just UnrealBuildTool and updated with the new project names after we switched it over to net core.
2020-12-03 07:21:06 -04:00