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
619367728a64ce574546900a8564e5c7071a9fbf
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
Windows
/
BootstrapPackagedGame
History
Ben Marsh
5d59c8f683
Change bootstrap program to wait for child process exit before returning. Fixes automated tests that require it for timing.
...
[CL 2313097 by Ben Marsh in Main branch]
2014-09-29 13:11:01 -04:00
..
Private
Change bootstrap program to wait for child process exit before returning. Fixes automated tests that require it for timing.
2014-09-29 13:11:01 -04:00
BootstrapPackagedGame.Build.cs
Add a program to bootstrap packaged games, which checks for dependencies being installed (an option to include prerequisites in the game is in the packaging settings), then starts the engine with the right commandline for the project. Takes an icon from Build/Windows/Application.ico if present (which allows setting the icon for content-only projects) or the game executable being launched. Resource files added to code projects now use this icon instead.
2014-09-23 13:55:06 -04:00
BootstrapPackagedGame.Target.cs
Fixes for BootstrapPackagedGame:
2014-09-26 11:29:46 -04:00