Crash when locate_bound_objects is called

UE - Anim - Sequencer - May 14, 2024

This has been tested internally using an editor utility widget yielding the same results. That small project is attached. BoundingObjectTest. 1) Open the project 2) Run the Editor Utility Widget ...

EventOnMouseLeave Is firing off when it should not

UE - Editor - UI Systems - Apr 13, 2015

If the user clicks on the spin box that has an On Mouse Leave event and then drags the mouse around the leave event will fire off as if the mouse position is still being updated to the screen (the m ...

Reimport option overrides animation asset

Tools - Aug 23, 2016

When an FBX is imported with multiple animations, selecting any animation in the content browser and choosing the Reimport option will replace the selected animation with the first animation from th ...

Text placed in a border appears to show the wrong color when launched on to an iOS device

UE - Editor - UI Systems - Feb 9, 2017

Text that has a border widget as a parent appears to show up grey when launching onto an iOS device. ...

Some custom fonts break games that are launched in HTML5

UE - Editor - UI Systems - Mar 13, 2015

A user complained that a font was not showing up in their project. While investigating this issue, I found that certain fonts will cause the project to no longer work when launched to FireFox. The b ...

The "Release" function of a button fires off when changing focus from game to UI

UE - Editor - UI Systems - Jan 12, 2015

If the user in holding down a key and then uses the mouse to click on a button in UMG it will cause the key to fire off it's released execution. ...

The "Is Pressed" node does not return true while using the virtual joysticks

UE - Editor - UI Systems - Apr 15, 2015

If the user is pressing a button and then uses one of the virtual joysticks the "Is Pressed" node will return false even if the user is still holding down the button. ...

Only sound is played for videos on Android devices

Media Framework - Nov 21, 2017

When playing a video (in UMG or as a material) it will appear black on Android devices. However, the sound from the video plays as expected. ...

Noise Node used in UI Material is rendering Black

UE - Graphics Features - Feb 15, 2016

The Noise Node when used in a UI Material is rendering completely black in 4.11. This is a Regression from Behavior in 4.10.2 It looks like the Noise Node (at least form the preview of the noise i ...

Combobox navigation does not work consistently

UE - Editor - UI Systems - Jan 22, 2021

Navigation on combo box widgets will sometimes fail until the combo box close button is pressed, despite it not being open. This appears to be related to accessibility features added in CL# 13258546 ...