Made UCharacterMovementComponent::CheckFall() virtual
#codereview Zak.Middleton
Merging 2586270
//depot/UE4-UT/...
to //depot/UE4/...
[CL 2586409 by Peter Knepley in Main branch]
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2586287 by Ben.Zeigler on 2015/06/12 15:56:20.
[CL 2586306 by Ben Zeigler in Main branch]
change summary:
- modified UBlueprintGeneratedClass::FindArchetype() to also check matched SCS component template types against the given archetype class
[CL 2586255 by Phillip Kavan in Main branch]
change summary:
- modified FLinkerLoad::ResolveDeferredExports() to ensure that all default subobjects in the export map for a Blueprint class asset package have been constructed and registered prior to class/CDO regeneration during compile-on-load.
#codereview Mike.Beach, Marc.Audy
[CL 2586252 by Phillip Kavan in Main branch]
Add a define for whether the current engine version is a promoted build. UnrealGameSync will override this and force it to 0.
#codereview Ben.Zeigler
[CL 2586168 by Ben Marsh in Main branch]
Merging CL#2582871 LauncherDev->Main
change summary:
- Web browser modified to allow users to pass in a callback function that will handle window creation.
[CL 2586148 by Wes Fudala in Main branch]
- Marked some overrides properly, then gave up and added -Wno-inconsistent-missing-override)
- Improved Xcode selection process for Mac and iOS (no more hardcoding Xcode path - it uses the currently running Xcode, or xcode-select when using commandline)
- Added AppleToolchain.cs, to start sharing code between Mac and IOS Toolchains (Compile functionality and params to clang could be shared pretty easily)
-
- Some Utility functions:
- Added UBT utility to run a commandline and get its output, self-contained (Utils.RunLocalProcessAndReturnStdOut)
- Added Log.TraceInformationOnce (and Error, Warning, etc) to print out a message only one time, without a bunch of static bools everywhere
#codereview michael.trepka,peter.sauerbrei,mark.satterthwaite
[CL 2586000 by Josh Adams in Main branch]