The import option for Remove Degenerates will disable material collision checkbox

UE - Editor - Content Pipeline - Import and Export - Jan 17, 2017

When you disable the import option for Remove Degenerates the checkbox under the materials for "Enable Collision" will be disabled. This only matters if per-poly collision is being used for the mesh ...

Shadows of small movable components popping out

UE - Graphics Features - Jan 19, 2017

This must be a regression ...

Changing ColorAndOpacity in Text using AutoKey do not create new keyframe.

UE - Anim - Sequencer - Feb 7, 2017

This is not reproduced in Shadow Color section. Since ShadowColorAndOpacity is FLenearColor and ColorAndOpacity is FSlateColor, this prevents adding new keys in ColorPropertyTrackEditor.cpp FColo ...

Skylight has too much influence on Subsurface Scattering

UE - Graphics Features - May 9, 2017

Users on the AnswerHub are reporting that Skylights have too much effect on Subsurface Scattering. The argument here seems to be Movable Skylights versus Static/Stationary and their results regardi ...

On Released fires when holding down a button when using touch (mouse/finger not moving)

UE - Editor - UI Systems - Sep 26, 2017

On Released fires when holding down a button when using touch with the mouse or finger. This happens in mobile preview as well as on devices. As a note, if he mouse is moved before the release auto ...

Default values of map variable with instance editable set to true cannot be changed for instances in the level

UE - Gameplay - Blueprint - Feb 6, 2018

It appears that the information contained in a map variable that is been marked as instanced editable can not have the information changed from the default values. An instance who values have been c ...

Blueprint EventDispatchers unable to be reordered

UE - Gameplay - Blueprint Editor - Feb 15, 2018

UI appears to support EventDispatcher reordering, however reordering does not occur. ...

Memory Leak when Debugging Blueprint

UE - Rendering Architecture - RHI - May 2, 2018

RAM usage continually increases when debugger is active https://answers.unrealengine.com/questions/784443/ue-4191-memory-leak-while-using-blueprint-debugger.html ...

Sequencer:The Spawned AnimBP variable is not changed during the second play

UE - Anim - Sequencer - Dec 14, 2018

The Spawned AnimBP variable is not changed during the second play. When changing Spawned AnimBP variables from Sequencer Track, the first change works correct. Second time, It can not be changed co ...

CachedLocalBounds is incorrectly updated

UE - Anim - Gameplay - Apr 19, 2019

USkeletalMeshComponent::CalcBounds updates CachedLocalBounds by transforming the world FBoxSphereBounds, by the WorldToLocal transform, which is not sufficient to calculate the bounds in local space ...