Add material shader quality settings.
Enables quality overrides for android and ios (ES2 flavours)
#codereview jack.porter
[CL 2705914 by Allan Bentham in Main branch]
Made the Region & Language UI more hardy against null regions when changing your editor language.
#jira UE-20210
[CL 2704742 by Jamie Dale in Main branch]
- Add support for recording info about overlap queries
- Separate 'type' (raycast, sweep, overlap) from 'shape', add 'mode' as well (test,single,multi)
- Fix crash when sorting by ID and then grouping
- Add support for saving/loading data to file
[CL 2704213 by James Golding in Main branch]
- Native UProperties of an unconverted type, are replaced with properties of the first native type.
- support for Cast and DynamicCast
- various fixes
#codereview Mike.Beach, Robert.Manuszewski
[CL 2704010 by Maciej Mroz in Main branch]
Some platforms that implement stack walking weren't setting this to true, and there was also no default for platforms that don't support stack walking.
This define is only used when building with bUseMallocProfiler turned on.
ReviewedBy Gil.Gribb
#platformnotify Josh.Adams
[CL 2700520 by Jamie Dale in Main branch]
- Mostly coming from MatthewL with changes.
- UE-19705 (getting MAC) - reworked to use ioctl
- UE-14633: IsFirstInstance is now a function on Linux
- UE-16061:dummy windows shouldn't be visible in the task bar.
- UE-18217 fixed.
- Unnecessary printf() removed.
- Set output to non-cached if running under debugger.
#platformnotify Josh.Adams
[CL 2698549 by Dmitry Rekman in Main branch]
See SESSION console command for details. Some more updates are needed in Automation, Profiler, etc. to perform authorization on a per-instance instead of per-session basis.
#CodeReview: peter.sauerbrei
[CL 2698089 by Max Preussner in Main branch]