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
bb48dee92e57204c2eef7dc856d0472a238e25a7
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DesktopPlatform
/
Private
History
Justin Sargent
530105ac32
Changed the Mac OpenLauncher function to no longer bring the launcher to the front when just opening the editor.
...
rb: Micheal.Trepka [CL 2689015 by Justin Sargent in Main branch]
2015-09-11 17:47:50 -04:00
..
Linux
Build fix
2015-08-04 15:31:33 -04:00
Mac
Changed the Mac OpenLauncher function to no longer bring the launcher to the front when just opening the editor.
2015-09-11 17:47:50 -04:00
Windows
For an empty request, the launcher scheme should be invoked with no path. This means to just make sure the Launcher is running, without performing a UI request and window focus
2015-08-20 11:26:34 -04:00
DesktopPlatformBase.cpp
Remove the ENGINE_VERSION define from Version.h and ObjectVersion.cpp; it's superceded by GEngineVersion. EngineVersion.cpp now defines the constants GEngineVersionChangelist and GCompatibleWithEngineVersionChangelist, which are used to construct GEngineVersion and GCompatibleWithEngineVersion. Modifying those constants allows updating the engine version separately to the defines used for resource files (allowing UGS to update the version number without triggering all files to be relinked).
2015-07-18 16:57:53 -04:00
DesktopPlatformBase.h
Add a function to IDesktopPlatform to query the version of an engine (either from the new JSON build.version file, or from Version.h if that fails). Make UE4Build.cs update it during builds.
2015-07-10 15:21:32 -04:00
DesktopPlatformModule.cpp
…
DesktopPlatformPrivatePCH.h
…
PlatformInfo.cpp
UFE will no longer end up with duplicate cookonthefly servers on platforms where UAT stays attached to the launched process
2015-08-28 15:23:54 -04:00