Blueprint deleting Variables, kills function parameter shortcuts with same name

UE - Gameplay - Blueprint - Apr 4, 2018

When deleting a variable that shares a name with a function parameter. The references to the function will be deleted as well. ...

IsEditorOnly Components hidden from Level Viewport

UE - Gameplay - Apr 13, 2018

Components of Static Actors seem to be hidden in the Editor Details panel whenever IsEditorOnly is selected. ...

Light in Volumetric Fog offset in VR with Instanced Stereo and Forward Shading enabled

UE - Platform - XR - May 10, 2018

Light inside Volumetric Fog is offset in the right eye when viewing in VR with Forward Shading and Instanced Stereo Enabled If just Forward Shading or Instanced Stereo is enabled, this does not occ ...

Data table editor uses property names as column headings

Tools - Nov 2, 2018

The column names in the data table editor appear to directly use the property name instead of the "pretty" version of the property name. If the "DisplayName" meta specifier is used, though, that is ...

XboxOne D3D12 Graphics Artifacts

UE - Platform - Console - Dec 4, 2018

Multiple licensees are experiencing this problem. The repro should look like this initially: [Image Removed] But then over time will degrade overtime into something like this this, most likely cau ...

Pressing ESC while on a drag operation makes drag visual to be disappeared and OnDragCancelled not to be called.

UE - Editor - UI Systems - Dec 11, 2018

DragDropOperation is removed when pressing esc button. but this is skipping OnDragCancelled so it can disrupt user's UMG drag operation logic.  ...

4.23 UpdateGrass took twice time than 4.22

UE - World Creation - Worldbuilding Tools - Foliage - Sep 12, 2019

NavModifierVolume's FailsafeExtent is applied to the wrong area

UE - AI - Apr 16, 2020

The FailsafeArea of NavModifierVolume is generated at a different location from the center of the actor when it rotated. This means that the effect of rotation is incorrect. (see attached file) W ...

Editor crash when drag and drop the Image widget in a NamedSlot on the designer

UE - Editor - UI Systems - Apr 20, 2020

When first added as a child widget in NamedSlot, the child widget can be dragged and dropped onto the parent widget's designer. The following assert causes a crash. Assertion failed: ParentWidget ! ...