#UE4 Disabling a warning about the TSF thread manager failing to initialize on build machines. This is expected since they are headless.
#RB Jamie.Dale
#platformnotify Josh.Adams
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2654807 by Bob.Tellez on 2015/08/13 11:57:33.
[CL 2654808 by Bob Tellez in Main branch]
Adds two new console vars r.MobileOnChipMSAA=0 by default as MSAA code still crashes on some non-GearVR Android devices, and gearvr.EnableMSAA=1 by default, which enables r.MobileOnChipMSAA when running on GearVR.
Jira:UEMOB-4
[CL 2654140 by Jack Porter in Main branch]
#UE4 Adjusted the reported windows PageSize to be dwAllocationGranularity. This is to make sure allocations are at least 64kB so they dont result in unusable memory.
#RB Ben.Zeigler
#platformnotify Josh.Adams
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2652064 by Bob.Tellez on 2015/08/11 19:33:55.
[CL 2653722 by Bob Tellez in Main branch]
#UE4 Fixed a couple bugs causing gathered stats to be discarded before they are processed
#RB Gil.Gribb
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2653709 by Bob.Tellez on 2015/08/12 18:32:24.
[CL 2653710 by Bob Tellez in Main branch]
This uses the ICU BiDi functionality (where available) to detect whether text is left-to-right, right-to-left, or mixed, and in the mixed case, can give you a breakdown of the direction of each sub-section of text.
[CL 2652930 by Jamie Dale in Main branch]
- headers in core and implementations in http were working but only coincidentally
- no way to export any of the platforms if needed because CORE_API was correct for generic platform but would have link errors because all platforms were in HTTP_API
- fixed up platform http calls to reference http module
#platformnotify josh.adams
#codereview sam.zamani, david.nikdel, dmitry.rekman
[CL 2646887 by Josh Markiewicz in Main branch]
- Friendly name will no longer be serialized
- Reduced memory footprint of friendly names
- Faster custom version look up when serializing many custom versions
[CL 2646438 by Robert Manuszewski in Main branch]