Mouse Resizing Cursor not Displaying Properly

UE - Editor - UI Systems - Slate - Sep 18, 2019

Following the steps above will result in the resizing cursor not appearing properly for stand-alone game windows. The resizing cursor will appear to flash very quickly and then go back to the regula ...

Move move events on widgets displayed via WidgetComponent will be offset in Standalone

UE - Editor - UI Systems - Slate - Aug 9, 2019

It appears the custom hit testing logic of WidgetComponent handles click positions well via UWidgetComponent::GetHitWidgetPath adding virtual mouse coordinates to the arranged widget, but mouse move ...

ClampMax and ClampMin Ignored on FVector2D Details

UE - Editor - UI Systems - Slate - Aug 7, 2019

Nested Structs don't work in the details panel

UE - Editor - UI Systems - Slate - Jun 3, 2019

Nested structs do not expand in the details panel whenever opening it in the full Blueprint Editor. Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286), 4.23 (CL - 66842 ...

Actors spawned by child actor components are selectable in the world outliner

UE - Editor - UI Systems - Slate - May 31, 2019

The actor assigned to a child actor component should only have it's properties modified on the template, as the actor is spawned dynamically by the component. We used to enforce this by automaticall ...

Deleting elements from TMap Struct in actor blueprint editor causes Crash

UE - Editor - UI Systems - Slate - May 24, 2019

Deleting elements from TMap Struct in the Actor Blueprint Editor (specifically, deleting elements from them) causes Unreal to crash ...

Float values are changed slightly in blueprints

UE - Editor - UI Systems - Slate - May 23, 2019

Some float values appear to be slightly altered when they are input into a float field in blueprints. For example 2.6 will be changed to 2.599999. Regression: This did not appear to occur in the 4 ...

[Feature Request] Controller Input fires in both packaged build and editor at the same time

UE - Editor - UI Systems - Slate - Apr 30, 2019

Editor still receives input if a packaged game is being run on the same machine. ...

Rename of variables are cancelled if user clicks the variable type menu

UE - Editor - UI Systems - Slate - Apr 3, 2019

Rename of variables are cancelled if user clicks the variable type menu. This occurs if the user has not press enter yet to accept their input and then clicks the variable type menu. I also notice ...

Use mouse for touch enables gesture action on button which makes the button to lost focus to that the button fires onreleased event

UE - Editor - UI Systems - Slate - Mar 20, 2019

When Use mouse for touch is enabled, the button fires onreleased event. Here is what I investigated. Use mouse for touch enables gesture action in the button that leads to LongPress gesture fires ...