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
681967e6803b89c175b8bc13826a94de30f5a740
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealBuildTool
/
ProjectFiles
History
josh adams
09672c36ad
- Delete the staged dir inside a .app if the source staged dir is missing - this is so we don't use some stale dir insde the .app if the user wanted to delete it (mostly useful for Programs)
...
#rb adam.kinge, calvin.zheng [CL 29755497 by josh adams in ue5-main branch]
2023-11-15 14:40:33 -05:00
..
CLion
…
CMake
…
CodeLite
…
Eddie
…
KDevelop
…
Make
…
QMake
…
Rider
Cleaned up the project generator API by passing a struct of commonly used arguments. This makes it easier for us to add/remove arguments.
2023-08-04 14:18:11 -04:00
VisualStudio
UnrealBuildTool: Experimental -VisualStudioLinux for project gen, which creates .vcxproj that allow remote debugging on linux. This currently probably only works for monolithic programs with no extra requried files
2023-10-27 19:22:34 -04:00
VisualStudioCode
- Fixed C# projects from being missing in VSCode projects on Mac/Linux
2023-09-15 14:42:22 -04:00
VisualStudioMac
…
Xcode
- Delete the staged dir inside a .app if the source staged dir is missing - this is so we don't use some stale dir insde the .app if the user wanted to delete it (mostly useful for Programs)
2023-11-15 14:40:33 -05:00
AliasedFile.cs
…
PlatformProjectGenerator.cs
Cleaned up the project generator API by passing a struct of commonly used arguments. This makes it easier for us to add/remove arguments.
2023-08-04 14:18:11 -04:00
PlatformProjectGeneratorCollection.cs
- Fixed various issues with making Mac/IOS builds that can be uploaded to AppStore in Xcode
2023-10-04 13:25:29 -04:00
Project.cs
…
ProjectBuildConfiguration.cs
…
ProjectFile.cs
…
ProjectFileGenerator.cs
UnrealBuildTool: Experimental -VisualStudioLinux for project gen, which creates .vcxproj that allow remote debugging on linux. This currently probably only works for monolithic programs with no extra requried files
2023-10-27 19:22:34 -04:00
ProjectTarget.cs
…