VehicleGame cannot Compile in the Editor if it was created with a name other than "VehicleGame"

UE - Foundation - Core - Mar 12, 2018

Attempting to compile a VehicleGame project will fail if it was created with a name other than "VehicleGame". ...

Incorrect usage of FText in EnsureMsgf does not trigger a compilation error, leads to crash in shipping

UE - Foundation - Core - Mar 1, 2018

Using incorrect formatting in FText does not cause compilation errors in EnsureMsgf as it does in other functions such as UE_LOG. This causes crashes to sneak through such as a crash on ensure when ...

[CrashReport] VCRUNTIME140!memcpy() [memcpy.asm:166]

UE - Foundation - Core - Feb 17, 2018

No user comments in crash group ...

Unreal Header Tool can sometimes fail if an Engine plugin is Enabled By Default and has the "Program" Module Type set

UE - Foundation - Core - Feb 15, 2018

An Engine plugin with the Program module type and EnabledByDefault set to true can cause the Engine to fail to build successfully due to UHT failing. I was only able to reproduce this behavior using ...

Local binary build looks for code files using the original file path where it was first created

UE - Foundation - Core - Feb 14, 2018

A local binary build that is installed on a computer different from the one where it was originally created, with a different root directory location, attempting to go to the definition of a Bluepri ...

BuildId in the UE4Editor.version file for a local binary build will sometimes be updated when a hot reload is performed

UE - Foundation - Core - Feb 10, 2018

Performing a hot reload on a project that is using a local binary build of the Engine will sometimes result in the Engine's UE4Editor.version file being updated with a new BuildId value. That result ...

Verify command in CookOnTheFlyServer.cpp causes cook failures for patches based on a previous release

UE - Foundation - Core - Feb 9, 2018

A verify command in CookOnTheFlyServer is checking the wrong condition and causing cooking to fail for patches that are based on a previous release or have had something removed from the build. The ...

DebugEditor checkLockFreePointerList(TLS.NumPartial >= 0 && ((!!TLS.NumPartial) == (!!TLS.PartialBundle))) fails

UE - Foundation - Core - Feb 6, 2018

Occasionally, the Engine/Editor crashes on startup with an assertion in the lock-free void pointer list. ...

CLion cannot open a new code project after the Editor has been set to use CLion

UE - Foundation - Core - Feb 2, 2018

CLion fails to successfully open a new code project created with an Editor that has been set to use CLion as the preferred source code accessor. ...

Code project cannot be successfully set to use CLion

UE - Foundation - Core - Feb 2, 2018

Setting a code project to use CLion as the source code accessor does not appear to work successfully. ...