Opening particle system crashes editor

UE - Graphics Features - Jan 27, 2016

Opening a specific particle system crashes the editor. If the particle system is used within a level and the level is played, the editor will crash with no callstack. Logs are attached. Frequency: ...

Crash in DX12 UpdateTexture2D

UE - Graphics Features - Jan 24, 2017

RHIUpdateTexture2D uses the wrong size for the per-row memcpy, which means we can't support passing in an offset within a larger image in the SrcData pointer (doing so will result in an access viola ...

Setting a parent and child static mesh scale to negative effects the rotation on child movement

UE - Gameplay - Jun 1, 2016

Setting a parent and child static mesh scale to negative effects the rotation on child movement This is a regression. Worked in 4.11.2. User Description: We have a simple project example (see att ...

Procedural Sounds Dropping First Samples

UE - Audio - Oct 26, 2015

When playing a sound with the bProcedural = true option enabled. The associated sound will then drop samples when played. The licensee who originally reported the issue actually has provided a fix i ...

All console variables overridden in Movie Render Queue are set to 0 after the render queue runs

UE - Anim - Sequencer - Aug 4, 2020

All console variables overridden in Movie Render Queue are set to 0 after the render queue runs. It's because all cached previous console variables are reset to 0 just before they are written back ...

Building development version on Linux fails due to iOS folder structure

UE - Platform - Linux - Jun 26, 2017

In the default Linux folder configuration, Engine/Source/Runtime/Core/Public contains two folders, iOS and IOS. The iOS folder contains the files IOSCriticalSection.h and IOSCriticalSection.h while ...

Persona code calling incorrect extenders when building menus.

OLD - Anim - Jan 25, 2017

Certain files for building menus is calling the wrong extenders List of known conflicting functions:FSkeletalMeshEditor::ExtendMenu() [Engine\Source\Editor\SkeletalMeshEditor\Private\SkeletalMeshEd ...

Morph Targets Get Overridden By APEX Cloth

UE - Simulation - Physics - Character - Nov 4, 2016

Using a material element with Apex cloth will override the morph targets so that they have no effect. This issue didn't exist in 4.10 and seems to have been introduced in 4.11 due to the many optim ...

Some landscape grass instances floating when generated on AMD cards under OpenGL

UE - Graphics Features - May 15, 2015

User is reporting grass at the edge of their landscape being generated floating in the air on a Mac Pro with AMD GPUs. I have been unable to repro this on my Mac Mini with Intel Graphics HD 4000. Q ...

AnimCurveCompressionSettings is reset to CompressedRichCurve at editor startup

OLD - Anim - May 21, 2019

AnimCurveCompressionSettings's codec is reset to CompressedRichCurve when user open the project, so user can not keep the state changed to UniformlySampled. The following code in the constructor of ...