This is a top community crash occurring on Linux. The two linked CrashGroups have nearly identical callstacks. A log file is attached. Additional information is currently unavailable. Callstack f ...
Checking the option for Allow Window Resize in Project Settings allows a the borders of a standalone window to be grabbed and used to resize the window. This does not behave the same on Linux and t ...
The "Left Thumbstick Button" and "Right Thumbstick Button" events on Linux do not trigger with the thumbstick is clicked. Testing all gamepad input, clicking the thumbstick in appears to call the L ...
This is happening only for Blueprint template projects. After I hit the issue on the BP project, I went back and tried a Code template project as well. I was NOT able to reproduce this with a Code t ...
Generate a CMake project Open in CLion and see that the default compiler and debugger are not set making them the system defaults. This is a quality of life issue that would clarify things. ...
On Linux, generate a CMake project for a specific .uproject. Use CLion to open that project file. You'll see that all of the source code files for the engine are in the root of that project. This do ...
The reasons is a bad interaction between FIND_MEMORY_STOMPS code in AsyncLoading.cpp and memory pooling. Async loading will set PrecacheBuffer to read/only and will never reset it back, expecting ...
update-desktop-database (desktop-file-utils package) may not be installed (and it is not installed by default on servers). Setup.sh fails in that case currently. ...
If a binary engine is generated from a source build on Linux, attempting to create a code project / add code to a BP project will fail to compile properly. ...
UE4Editor crashes when closing on the Ubuntu 14.04 machine. I do not see this issue on my Ubuntu 16.04 machine. ...