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]
- 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]
#UE4 Fixed an issue where dynamic length indenting on strings (*s) was improperly overwriting the destination buffer.
#platformnotify Josh.Adams
#codereview Michael.Trepka
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2643735 by Bob.Tellez on 2015/08/04 14:18:19.
[CL 2643894 by Bob Tellez in Main branch]