Blueprint Structure Tooltip Edits Get Discarded

UE - Gameplay - Sep 12, 2018

Blueprint Structure tooltip edits get discarded. Current workaround is to make a secondary change that is not needed along with the desired change, Then edit it again to remove the secondary change. ...

Instanced and skeletal meshes produce an overlap but fail to compute an MTD

UE - Simulation - Physics - Sep 11, 2018

Instanced and skeletal meshes produce an overlap but fail to compute an MTD, resulting in the logging of "OverlapTest says we are overlapping, yet MTD says we're not" in LevelActor.cpp ComponentEncr ...

Volumetric Lightmap Holes Appear Every Fifth Build

UE - Graphics Features - Sep 11, 2018

Volumetric lightmap holes appear every fifth build.  Found in 4.19 CL# 4033788, 4.20 CL# 4302132, and 4.21 CL# 4348893 ...

Loading cooked shaders in editor is broken

UE - Graphics Features - Sep 10, 2018

Issue was traced to CL4018267. Shader hashes are not preserved during cooking anymore. This is failing the check in void FShader::Register() { FShaderId ShaderId = GetId(); check(ShaderId.Materi ...

Large UMG Blueprint widget trees can lead to very long compile times when packaging with Blueprint nativization enabled.

UE - Gameplay - Blueprint - Sep 10, 2018

Licensee reports very long C++ compile times during packaging after nativizing a UMG Blueprint asset containing a very large and heavily-nested widget animation hierarchy. The support thread outlin ...

BP new Event Dispatcher cannot be deleted after modification

UE - Gameplay - Blueprint - Sep 10, 2018

Changing the variable type of an Event Dispatcher in the Blueprint editor results in an impossible to compile situation. The BP must be then recreated due to being unable to remove the unattached ev ...

Double-Sided Geometry Collision Doesn't Work When Using Set Physics Linear Velocity

UE - Simulation - Physics - Sep 10, 2018

Double-sided geometry collision doesn't work when using physics set linear velocity. This does not occur when using floating pawn movement or character movement components. Working as expected in 4 ...

Support for 16-bit precision for positions in vertex buffer

UE - Graphics Features - Sep 7, 2018

Add support for 16-bit per component format for POSITION in vertex buffers as an option. Half-precision is already supported for UVs and TANGENTS on a per model basis, and was hoping that this woul ...

Spawned actors with meshes become invisible in editor after changing level

UE - Graphics Features - Sep 7, 2018

When moving actors spawned from within the editor to a new sublevel, their meshes stop rendering. However, if you open a new level then re-open the old level the meshes become visible again. You wil ...

Disallow assigning external textures to Slate widgets

UE - Editor - UI Systems - Slate - Sep 7, 2018

External textures cannot be directly assigned as a brush texture; you need to assign a material that samples from an external texture instead since it generates special shader code to access it. ...