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
708d88c052d7f40bed56bb0ca6181aac6b10e8bf
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
Windows
/
BootstrapPackagedGame
History
Joakim Lindqvist
5f8d1b1105
Inherit handles when launching game process, allows to continue to read stdout/stdin as the child processes will use the same handles for those streams.
...
From UDN 524523 #rb none [CL 8653768 by Joakim Lindqvist in Dev-Build branch]
2019-09-12 04:14:44 -04:00
..
Private
Inherit handles when launching game process, allows to continue to read stdout/stdin as the child processes will use the same handles for those streams.
2019-09-12 04:14:44 -04:00
BootstrapPackagedGame.Build.cs
Updated module build configurations to follow our updated guidelines on using a library, you should always specify the full path to the library if you know it (in PublicAdditionalLibraries). This allows UBT to do up to date checking of the module and is faster.
2019-08-09 03:48:12 -04:00
BootstrapPackagedGame.Target.cs
…