#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]
Shadow variable declarations - We should clean these up over time and renable the warning. Private member variables of parents is currently reported as a bug to the VS team.
Overflow when assigning true to a 1 bit bitfield with a signed type.
sprintf_s non-string literal parameters exist in the current CRT. This should be fixed by MS in time and then we can reenable.
narrowing conversions - We should clean these up over time and renenable the warning.
Fixed static assert.
#platformnotify Josh.Adams
[CL 2647826 by Jeff Campeau in Main branch]