Saving a Slate Vector Art asset causes a crash

UE - Editor - UI Systems - Mar 17, 2022

Saving a Slate Vector Art asset causes a crash. ...

Noticeable input delay at lower FPS while Playing in Editor

UE - Editor - UI Systems - Mar 1, 2022

When playing in editor is running at a lower fps (<20) there is very noticeable input delay that wasn't present in 4.27.2. Works correctly while playing in Stand Alone or Packaged. Tracked this iss ...

Size input box too narrow in UMG Widget Editor

UE - Editor - UI Systems - Jan 24, 2022

Only 2 digits are visible in the size box that holds values between 1.0 and 0. Meaning most values will contain 3 digits. This is different from UE4 where more digits are visible. ...

Closing editor after quitting a standalone game causes a crash.

UE - Editor - UI Systems - Jan 4, 2022

The editor will produce a crash most of the time when closing editor after quitting a standalone game. This is a regression due to it not occurring in 4.26. ...

Enabling windows animation causes dropdowns to glitch up and down.

UE - Editor - UI Systems - Nov 18, 2021

Observe dropdowns glitching up and down when enabling Windows Animation in editor preferences.  This is not a regression due to it occurring in 4.26.2 ...

Packaging failed after create EditorUtilityBlueprint asset inherited EditorTutorial class

UE - Editor - UI Systems - Oct 14, 2021

Whenever creating the EditorUtilityWidget asset with EditorTutorial as the parent class, the packaging will fail. If the tutorial is not launched the package will succeed. But launched, it will fail ...

[AI] GameplayDebugger can be enabled by key press when a Slate widget is focused.

UE - Editor - UI Systems - Oct 12, 2021

Found by licensee. After debugging, it appears that the Slate input is consuming the KeyDown event which adds the apostrophe, but it passes the KeyUp event back to Player input. The gameplay debugge ...

Pasting an element into a Widget Blueprint hierarchy causes a crash

UE - Editor - UI Systems - Sep 23, 2021

Pasting an element into a Widget Blueprint after removing the canvas panel will result in a crash.  This has been tested with the border and button elements. This issue is occurring in //UE5/Releas ...

Using "Windows + Up Arrow" does not work before clicking window or change inputmode to UI or GameAndUI

UE - Editor - UI Systems - Aug 19, 2021

"Win and Up Arrow" is shortcut for changing to fullscreen mode, but it does not work properly before clicking window or change input mode to UI or GameAndUI. probably, Win API caused this issue, an ...

InstanceDecorators of URichTextBlock is increased everytime add it to viewport

UE - Editor - UI Systems - Jul 29, 2021

URichTextBlock::UpdateStyleData() does not check whether DecoratorClasses already had any specificed DecoratorClass. So every time you turn UMG on and off from the Viewport, Decorator Classes will i ...