Config entries to re-open asset windows are deleted if the Editor is shut down while a debugger is attached

Tools - Apr 17, 2019

When the "Restore Open Asset Tabs on Restart" option is turned on in the Editor Preferences window, closing the Editor while a debugger is attached appears to remove any saved asset tabs from the Ed ...

Pressing ESC while on a drag operation makes drag visual to be disappeared and OnDragCancelled not to be called.

UE - Editor - UI Systems - Dec 11, 2018

DragDropOperation is removed when pressing esc button. but this is skipping OnDragCancelled so it can disrupt user's UMG drag operation logic.  ...

Relative location of Static Mesh Component resets to Blueprint location if Blueprint is attached to another Actor and then moved

UE - Gameplay - Blueprint - Oct 15, 2018

The relative location of a Blueprint's Components behaves differently in the level depending on whether the Component was added directly to the Blueprint or it was inherited from a parent code class ...

Navigating the Editor on Linux with a Wacom Tablet is difficult

UE - Platform - Linux - Sep 17, 2018

Movement is quite sporadic and jumpy when using a Wacom Tablet to navigate the Editor on Linux. The Editor pans and zooms in and out really quickly with the slightest of movements. This was report ...

Hot Reload triggers Ensure after default value of a property in a component included in an Actor class is changed

UE - Foundation - Cpp Tools - Hot Reload - Sep 13, 2018

Performing a Hot Reload after changing the default value of a property in an ActorComponent that is included in an Actor class triggers an ensure if a Blueprint has been created from that Actor clas ...

Cannot load asset in a Content-Only plugin if it is used in a Blueprint-Only project that has been packaged

UE - Foundation - Cpp Tools - Plugin System - Aug 16, 2018

Assets in a Content-Only plugin enabled in a Blueprint-only project cannot be loaded when the project is packaged. If a Content-Only plugin is enabled in a code project, the assets in the plugin are ...

Generated definition of BlueprintNativeEvent UFUNCTION in an interface does not include const keyword for return type

UE - Foundation - Core - Aug 15, 2018

UHT does not correctly create generated code for BlueprintNativeEvent UFUNCTIONs in an interface that return const values. In the corresponding .gen.cpp file, the generated code does not include the ...

The Asset Audit search options do not work as intended

UE - Gameplay - Aug 14, 2018

Seems that only the Add Asset Class search option works properly. Tested in 4.19.2 (CL - 4033788), 4.20.1 (CL - 4233996), and 4.21 (CL - 4280116) ...

"Expose on Spawn" variables in Actor Components are overridden by the details value.

UE - Gameplay - Aug 2, 2018

"Expose on Spawn" variables in Actor Components are overridden by the value set in their Details Panel when called in another Blueprint. This issue was reported and tested in 4.20.1 (CL-4233996). ...

Scrollbox widget moves much slower when using a gamepad

UE - Editor - UI Systems - Aug 1, 2018

Using the gamepad to scroll a scrollbox causes the scrolling to move slower. Tested in 4.18.3(CL - 3832480), 4.19.2 (CL - 4033788), 4.20.1 (CL -  4233996), 4.21 (CL  - 4245542) ...