[CrashReport] Assertion failed - FAssetEditorManager::OpenEditorForAsset()

UE - Anim - Sequencer - Jul 20, 2017

This is a common crash affecting users in 4.16. Unfortunately they have not provided any additional information ...

Game start slowing down when there are more than 10 sprites in the level

UE - Gameplay - Paper2D - Apr 10, 2018

Sprites seem to be drastically affecting FPS in 4.19 projects on Mac devices. ...

Normal of Skeletal Mesh is incorrect when Recompute Tangent is used when Skincache is enabled

UE - Graphics Features - Aug 12, 2020

This issue occurs in Skeletal Mesh depending on the model when Skincache is enabled and affects the rendering. ...

Hot reloading newly created C++ project compiles modules

UE - Foundation - Core - Apr 25, 2017

This is a regression from 4.15.2 and occurs on both Windows and Mac. Affects both Binary and Github builds. ...

Copy Pose From Mesh Node Does Not Preview in Sequencer

OLD - Anim - Jun 13, 2018

Copy Pose From Mesh node does not affect the animation when previewing in Sequencer. This works when played in the editor. ...

Console is off screen in VR preview when windows scaling is set to 150% or above

UE - Platform - XR - Jun 29, 2018

Windows scaling appears to affect the HMD if the project is open on a screen with window scaling being used. ...

"Reimport with New Source" fails on Mac

UE - Anim - Runtime - Jan 22, 2019

'Reimport with new source' command does not work on Mac. Confirmed in 4.22 @ CL 4771381 ...

Flipbook rendering distortion when adding local offset to Capsule Component.

UE - Graphics Features - May 6, 2019

Adding local offset to Paper Flipbook in UE.4.22 results in rendering distortion. ...

Significant editor slowdowns when moving blueprinted actors while having a different complex blueprint open

UE - Gameplay - Blueprint Editor - Jun 7, 2021

A Blueprinted actor's construction script time can be affected by the complexity of an opened level Blueprint. ...

Assert caused by using FText::FromStringTable to initialize a FText property in the constructor of a UStruct based off FTableRowBase

UE - Foundation - Core - Jan 4, 2019

When using FText::FromStringTable to initialize an FText variable in the constructor of an FStruct that inherits from FTableRowBase, an assert is caused due to recursion. The assert is as follows:As ...