The number of elements in an array remain the same as the default when duplicating an actor

UE - Gameplay - Blueprint - Feb 22, 2017

If a user removes elements from an array in an instance of that blueprint in the level and then duplicates the actor (in the level ) containing the array, then the resulting actor will have the orig ...

Screen Space Widget Component offset in Editor Viewport when using Windows Scaling

UE - Editor - UI Systems - Jul 23, 2018

Using Windows scaling above 100% now causes Screen Space 3D Widgets to be offset. (Pressing F11 for fullscreen or launching will cause widget to appear in correct location) ...

Stale VSM pages after HLOD transition

UE - Graphics Features - Shadows - May 23, 2024

Virtual Shadow Maps do not invalidate pages when HLODs replace meshes. This can lead to inconsistencies between the geometry and the shadows, which can cause artifacts as pages are invalidated. ...

first struct variable not shown by Intelisense

UE - Foundation - Core - Feb 18, 2015

When invoking a custom struct, the first listed variable will not appear in the Intelisense window. ...

Components spawned at runtime do not take Radial Damage if simulating physics

UE - Gameplay - Mar 16, 2015

Components spawned at runtime do not take Radial Damage if simulating physics. ...

LIVE: Reflection Capture are not working with moveable directional light on mobile

UE - Graphics Features - Nov 3, 2014

When a Directional Light is changed from static to movable, the materials in the level will appear dark. ...

Combo Box (String) does not work when applied to a 3D widget

UE - Editor - UI Systems - Apr 16, 2015

Users are not able to get the drop down menu to show up when the combo box is applied to a 3D Widget (World Space) ...

MediaTexture do not show video when playing a movie using Media Player in some Android devices.

Media Framework - Feb 13, 2018

Movie Player do not seems to play movie in some android devices. [Link Removed] You can simply run the attached project in android devices to see the movie is played as expected. ...

HideCategories metadata does not hide native Component categories when viewing the root actor

UE - Gameplay - Blueprint Editor - Aug 4, 2020

Seems like we are probably just missing a metadata check when drawing the details of the actor instance, and it is only doing the check for drawing ActorComponent details.  ...