Using the "Clear Options" node on the event OnSelectionChanged for a combo box (string) will fail to remove the text from the selected item

UE - Editor - UI Systems - Sep 15, 2016

Using the "Clear Options" node on the event OnSelectionChanged for a combo box (string) will fail to remove the text from the selected item. The options are removed but the the text of the last sele ...

Calling the node Show External login UI with the With the Enable Google play support checked on a Samsung S5 will cause the app to crash

UE - Platform - Mobile - Dec 23, 2015

If the user is using a Samsung S5 and attempts to use the "Show External login UI" node with the Google play Support turned on in the project settings then the app will crash when packaged onto the ...

GEditor->OnBeginObjectMovement only fires on Actors

Tools - Nov 15, 2016

When moving a component of an actor instead of the actor itself, the OnBeginObjectMovement delegate from GEngine is not triggered. It should match the behavior of the actor itself and trigger the de ...

Hovered state does not fire when "Use Mouse for Touch" is set to true

UE - Editor - UI Systems - Slate - Jun 6, 2017

Hovered state does not fire when "Use Mouse for Touch" is set to true. As a note this also happens in a packaged game if the setting was set to true. ...

Get Playback Range from sequencer scripting gives tick rate frame numbers instead of display rate

UE - Anim - Sequencer - Aug 26, 2020

Sequencer scripting will return the tick rate frame number for Get Playback Range instead of the display rate frame number. This differs from similar functions, and will result in unexpected results ...

Mouse collision is offset when fullscreen at non-regular resolutions

UE - Editor - UI Systems - Slate - Jun 10, 2021

The source of the issue is differences between viewport resolution and screen resolution. Cursor position is reported w.r.t. screen space, but we need to map that value to the viewport to correctly ...

BP multi-level inheritance does not correctly inherit 'Static' mobility

UE - Framework - Blueprint - Sep 8, 2022

User reported an issue of a mesh not being visible when a project has multi-level blueprint inheritance. After reproing, I believe the root cause is DefaultSceneRoot of the grandchild BP class not c ...

Android Improved Virtual Keyboard cannot receive non-English characters.

UE - Platform - Mobile - Jun 7, 2017

Currently, Improved virtual keyboard in Android only receives English characters and special characters. Need support for other languages. Investigate the bug and research what's needed to make IME ...