Editor Crash when trying to get Color data from Vertex buffer

UE - Graphics Features - Nov 6, 2019

When attempting to get the vertex color of an instance of of a static mesh that is painted after placing it in the World Viewport. The Editor crashes returning an "Unhandled Exception". The cause o ...

Non-ASCII fonts don't display in UMG

Tools - Nov 6, 2019

When using a non-ASCII language in the editor text in UMG will not display correctly. Found in 4.23.1 CL#9631420 Reproduced in 4.24 CL#10053396, 4.25 Main CL#10050790 ...

Crash when Pasting a Gameplay Tag variable setter into a level Blueprint

UE - Gameplay - Blueprint Editor - Nov 4, 2019

Copying a gameplay tag variable setter from a blueprint into a level blueprint fails an assert in UGameplayTagsManager::GetCategoriesMetaFromField. ...

Editor Shortcuts stop working if the editor is launched with a non-Latin-based language

Tools - Nov 4, 2019

Editor shortcuts will not work if you launch the editor with a non-Latin-based language (ex. Russian, Chinese).  The editor must be closed and restarted with English (or possibly any Latin alphabet- ...

Windowed fullscreen doesn't respect vsync settings

UE - Rendering Architecture - RHI - Oct 31, 2019

When running in windowed fullscreen mode in a standalone build r.vsync 0 is not respected and the game always runs at a locked 60fps. When the game doesn't have focus, for instance when you press Wi ...

Unable to undo editing enum description

UE - Gameplay - Oct 30, 2019

The user is unable to undo the editing of the enum description. The output log and undo history would confirm that the undo was carried out, however it did not do anything in reality. Resetting the ...

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output TCHAR parameter

UE - Foundation - Core - Oct 30, 2019

FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it.  Found in 4.23 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271 ...

Vehicles with at least one kinematic collision do not function anymore

UE - Simulation - Physics - Oct 30, 2019

Using at least one source of kinematic collision on a vehicle causes animations or movement to not function any longer. This issue persists on child bones and collisions as well. Users are unable to ...

Importing EDLs into Sequencer with the same shot more than once will stack them on top of each other.

UE - Anim - Sequencer - Oct 30, 2019

Importing EDLs that reference the same shot more than once will not work correctly.  ...