From a UDN, they also mentioned: Update: I added CommonUI to the test project to try the "Consume pointer input" setting. It behaves the same way as our custom input blocking widget in that the in ...
WidgetComponent controls widgets through VirtualWindow, but VirtualWindow does not have HWND, so IME cannot be enabled. The following workaround enables IME activation. void FSlateEditableTextLay ...
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 ...
See UDN: [Link Removed] ...
Originates from UDN [Link Removed] ...
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 ...
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 ...
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 ...
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 ...
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 ...