IME does not work in EditableTextBox in WidgetComponent

UE - Editor - UI Systems - Apr 5, 2024

WidgetComponent controls widgets through VirtualWindow, but VirtualWindow does not have HWND, so IME cannot be enabled. The following workaround enables IME activation. void FSlateEditableTextLay ...

CommonUI Analog Cursor + Enhanced Input triggers cause triggers to get stuck when alt-tabbing

UE - Editor - UI Systems - Mar 29, 2024

Came out of [Link Removed] and is related to this one too I think that this is signaling that we need better solutions for input consumption in the engine honestly. This is a constant pain point ...

PriortizeCategories doesn't work with sub categories

UE - Editor - UI Systems - Feb 20, 2024

See UDN: [Link Removed] ...

Light Mixer crashes on transform context menu

UE - Editor - UI Systems - Dec 19, 2023

Originates from UDN [Link Removed] ...

Widget that is a derived from a child widget reports component variables as Invalid

UE - Editor - UI Systems - Aug 23, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL26001984 A widget that is a derived from a child widget reports component variables as Invalid, while the child and parent of that child will ...

UFE: Can't delete custom launch profiles

UE - Editor - UI Systems - Jul 26, 2023

The confirmation message will fails spawning with the following messages in the log:  [2023.07.25-20.04.01:038][  0]LogWindows: Error: Failed to create dialog. The specified resource type cannot be ...

Spawn and Register Tab and Get ID Produces Unbounded Length IDs

UE - Editor - UI Systems - Jun 18, 2023

Spawning Editor Utility Widgets via Spawn and Register Tab and Get ID inside another widget creates unbounded length IDs that get progressively longer with each subsequent spawn, as the ID is append ...

CaseIssues with Korean input in Window 11

UE - Editor - UI Systems - Jun 14, 2023

When entering Korean in the EditableBox on Windows 11, the two Korean characters after pressing the Space key are not entered. I confirmed that it occurs in UE5.1 and UE5.2, and it does not occur i ...

Widget Component Variable can not be changed to Public with Instance Editable

UE - Editor - UI Systems - Mar 2, 2023

This is not explicitly a regression from 5.0.3. In 5.0.3 the component variable is set to public with instance editable by default and can not be changed. Tested in //UE5/Release-5.0 CL20979098 Any ...

CommonUI uses cached geometry that might be zero sized for gamepad focus

UE - Editor - UI Systems - Jan 11, 2023

Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. Workaround for issue is to have a text box in the vertical box before any buttons; fir ...