Logs containing UTF-8 characters don't appear in CMD/Terminal on Linux

UE - Platform - Linux - Sep 5, 2018

If a log message contains UTF-8 characters like "ő" or any Russian one ("л") it won't be printed to cmd or terminal but it will be printed to the log file. This is a regression from 4.19.2 (CL-40337 ...

CMake include path for generated Sources differs from actual generated Sources location

UE - Platform - Linux - Sep 4, 2018

The CMake project generated by UnrealBuildTool does not specify the (correct) directory for files generated for game classes. This happens when generating the CMake files from within the editor usin ...

Crash on Linux when starting Editor in Turkish

UE - Platform - Linux - Jun 4, 2018

Attaching a screenshot of the crash through command line. I was unable to get a callstack or an updated log as they didn't get generated/updated. I tested this using the command '$ ./Engine/Binari ...

Can't navigate in Viewport or use Hotkeys when launching UE4 with a Russian keyboard layout on Linux

UE - Platform - Linux - May 30, 2018

When using a Russian keyboard layout and/or a Russian keyboard, you can't use any hotkeys or navigate around the Editor. After testing this with a German keyboard as well, it is believed this issue ...

Crash when calling an event with an enum reference parameter with literal

UE - Platform - Linux - May 1, 2018

The issue appears to be the type of the input pin on the custom event(or function - both behave the same), under normal circumstances it should allow you to pick the enum from a list on the calling ...

Foliage Culling is Broken on Linux

UE - Platform - Linux - Apr 25, 2018

When viewing foliage on Linux it culls in and out as the camera comes closer to it. Also changing the way it is rendered to become grey and transparent (and changing back to normal, perhaps dependin ...

Hot-Reload doesn't work in Linux

UE - Platform - Linux - Apr 24, 2018

Every time a change to a C++ class is made, the corresponding Blueprint that inherits from it doesn't receive the changes via hot reload and the Editor has to be restarted. User is suing the build ...

Linux servers cannot start on machines with less than 2G of RAM

UE - Platform - Linux - Apr 23, 2018

The are reports on AnswerHub that servers don't start on machines with low memory. This is caused by an inflexible set up of OS allocation pools on Linux that demands at least 2GB (or close) of RAM ...

Linux: UE_ENGINE_DIRECTORY not being set by UBT

UE - Platform - Linux - Mar 27, 2018

UBT is not passing UE_ENGINE_DIRECTORY to GForeignEngineDir because in UEBuildTarget.cs IsCurrentPlatform only checks for Windows and Mac. Because GForeignEngineDir is not set, config files and oth ...

Linux Multi-Monitor Support Issues on GNOME Shell

UE - Platform - Linux - Dec 6, 2017

Users with GNOME Shell installed have reported having issues with multi-monitor support when the monitors are not equally sized or the same aspect ratio. If the application is moved from a smaller ...