Since the last engine merge in FN Main, any mesh that silhouettes against DOF will produce a bright, halo like effect on the outside edge. The further away the background is from the silhouetted mes ...
When deserializing a TMap<FString, FString> with the JsonStructDeserializer, the Engine crashes. ...
The code in UWorld::RemoveFromWorld that removes Pawns that are about to be streamed out does not check to see if the pointer that it sets is null prior to using it. In cases where Pawns are rapidly ...
If a user has a 1366 by 768 monitor resolution and uses the File > Create New project option, then the user will not be able to click the green button at the bottom of the window that actually allow ...
When the landscape has no textures the landscape layer blend material node will render as the first layer. When painting only holes onto the landscape, the landscape will have a layer texture but st ...
The Bolts library is not correctly linked in its Build.cs file. The Build.cs file contains the following line with an incorrect file name: PublicAdditionalShadowFiles.Add(LibDir + "/Bolts.a"); The ...
Noticing that there is no scrollbar for Structures UI. This happens for the Structure and Default Value sections. When adding a new variable you see scrollbars appears for a second before disappear ...
Crash when placing a number >= 922337181697 in to a From Seconds node and print them to the screen ...
I was unable to reproduce this locally, but a licensee reported having trouble creating a local installed build of the Engine with only Visual Studio 2017 installed. The licensee reported that the S ...
When a light that uses lighting channels is only visible in one view during stereoscopic rendering, it affects the default light channel instead of the assigned one in the view that it's not visible ...