- 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]
- Seems that sometimes packaging fails because destination directory can be passed as -archivedirectory=../../../Foo (may happen if both Foo and RootDir() are in the same directory) and UAT incorrectly tries to create /Foo instead of Foo.
- The easier fix (in terms of testing) is to make sure that the directory paths are absolute.
[CL 2653243 by Dmitry Rekman in Main branch]
SLATE_TEXT_ATTRIBUTE was the macro that allowed the FString -> FText pass-through support, and was deprecated in 4.8 in favour of using SLATE_ATTRIBUTE with an FText type. This is being removed for 4.10 and SlateFileDialogs was still relying on the deprecated behaviour.
This change removes its reliance on SLATE_TEXT_ATTRIBUTE, and also cleans up a load of SLATE_ATTRIBUTE parameters should have been using SLATE_ARGUMENT instead.
#codereview Dmitry.Rekman
[CL 2628829 by Jamie Dale in Main branch]
- Avoids locks up and other problems when browsing deep directory hierarchy.
- Temporary, a better solution is needed.
[CL 2598080 by Dmitry Rekman in Main branch]
- Uses separate style and not Core.
- A new button to create the directory.
#codereview Nick.Atamas, Matthew.Lewis, Josh.Adams
[CL 2592945 by Dmitry Rekman in Main branch]