Previously PushDir_NoExceptions would change the current working directory, and push the NEW working directory onto the stack,
thereby losing the ability to pop the final directory and return to the original working directory before anything was pushed.
This old behavior contradicted the method's comment, which reads "Pushes the current working directory onto a stack and sets CWD to a new value."
[CL 2236817 by Richard Fawcett in Main branch]
#TTP 342328 (HTML5: Packaging Blueprint projects fails)
- A compiler generated file was missing from the manifest, fixed
- clean up - instead of calling static functions, call virtual function on tool chain, move platform specific code to derived tool chains.
#codereview peter.sauerbrei
[CL 2236049 by Ankit Khare in Main branch]
#change Classes will now be defer registered instead of being created during static initialization
#change Added class re-instancing after hot-reload
#change Changes to UHT to keep track of generated code changes
#change Refactored a few CoreUObject delegates to a common namespace struct.
[CL 2235479 by Robert Manuszewski in Main branch]
#change UProjectPath made absolute when set via the command line.
#codereview robert.manuszewski,terence.burns
[CL 2234653 by Steve Robb in Main branch]
#TTP 338960 CRITICAL: UFE: CRASH: Quick Launching project for HTML5
- Fixup some logic change which went in a recent refactor for nfs.
- Correctly launch firefox with the right http protocol url instead of file:// when cook on the fly is set.
- Re- enable http nfs for win64.
#codereview peter.sauerbrei
[CL 2230905 by Ankit Khare in Main branch]