Small change to file rebase so that it checks the start of the path against the returned GFontPath rather than the hardcoded value.
[CL 2290963 by Robert Jones in Main branch]
Changed so that on start up we find the font dir and assign it to a global.
Double checked that 'droidsans' is a safe ttf to default to - it is.
#codereview chris.babcock, nick.atamas
[CL 2290870 by Robert Jones in Main branch]
Added code to load the default system font on Android.
Changed file pathing so that it only rebases certain paths.
#codereview chris.babcock, nick.atamas
[CL 2289405 by Robert Jones in Main branch]
- Unified some of the hardware survey code to use Set/GetStoredValue() for last survey time
- Added Get/SetStoredValue for IOS (to use NSUserDefaults)
- NOTE: Mobile devices will report very often - settings are per app, and when they are deleted and re-installed, they will report again.
#codereview chris.babcock,ian.thomas
[CL 2267419 by Josh Adams in Main branch]
- Allows access to display metrics before application object has been initialized, which is necessary to allow the game user settings preload function to correctly determine the right startup resolution for fullscreen modes.
Set fortnite default video mode to be windowed fullscreen
[CL 2264092 by Graeme Thornton in Main branch]
- Changed Core module to use Core.h (removed CorePrivate.h)
- CorePrivate.h only included Core.h, so their PCHs were identical other than name
- Does not affect modular builds, as we need different defines for DLLExport/DLLImport for private and public PCH headers
[CL 2221011 by Mike Fricker in Main branch]
Added 'Android Back' for specific back button support in Android.
Tested via adding a temp node to Tappy Chicken to make sure it works as expected; which it does.
[CL 2191729 by Robert Jones in Main branch]