UMG Calibri font space between characters changes depending on the onscreen size of the textbox containing it

UE - Editor - UI Systems - Jan 14, 2020

Within a UMG Widget Blueprint. Calibri font space between characters changes depending on the onscreen size of the textbox widget containing it. ...

Local rotations of an actor instance's components are incorrect in the level editor

Tools - Jan 13, 2020

Local rotations of components are inconsistent between the Level editor and the SCS editor. The SCS editor rotates the transform widget's coordinate system to match the selected component in FSCSEdi ...

Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation

UE - Foundation - Cpp Tools - Jan 13, 2020

Exception crash when running Debug Game Configuration for a project installed on a different drive than Engine Installation. ...

Origin Shifting Landscape crashes Render Thread

UE - LD & Modeling - Terrain - Landscape - Jan 10, 2020

Shifting the world origin with a landscape in the level causes a crash in the render thread. This does not crash in 4.23.1 (CL-9631420). This was reported and tested in 4.24.1 (CL-10757647) and rep ...

Incorrect shadow on movable objects with ES3.1

UE - Platform - Mobile - Jan 10, 2020

While in ES 3.1 - lighting on movable meshes from static directional light appears to be rotated 90 degrees. The direction of light on movable mesh, both static mesh and skeletal mesh, doesn't match ...

Can't assign LightMapCoordinateIndex on Static Mesh with generated LODs

Tools - Jan 10, 2020

Once a static mesh have generated LODS, the only lightmap index value the static mesh editor's UI accepts is 0. We should be able to set the index to any value between 0 and 3 as long as there are ...

[Feature Request] Allow include files to be added in custom nodes via separate entry

UE - Rendering Architecture - RHI - Jan 10, 2020

Suggested feature by a licensee and there have been a few use cases recently we've seen. [Link Removed] for vis ...

TMap property on AnimNode causes memory corruption

OLD - Anim - Jan 10, 2020

FastPath can't handle TMap (maybe any other container type too) in AnimGraph causes this crash. FastPath copies TMap property to the AnimNode member property directly like MemCopy. So two properties ...