Editor crashes when keying a frame to an Animation from Pose with Appended Frames

UE - Anim - Runtime - May 17, 2022

This is a regression. Tested in //UE4/Release-4.27 CL18319896 Editor crashes when keying a frame to an Animation from Pose with Appended Frames. ...

Instanced Editable Variables of type Blueprint Interface can't be set

UE - Editor - Workflow Systems - May 19, 2022

This is a regression tested in //UE4/Release-4.27 cl 18319896 Instanced Editable Variables of type Blueprint Interface can't be set. ...

Adding a variable to a Structure after packaging then repackaging causes the package to fail

UE - Gameplay - Aug 12, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Adding a variable to a Structure after packaging then repackaging causes the package to fail. ...

Changing a Mesh's Build Scale doesn't update the Mesh's Bounding

UE - Editor - Sep 8, 2022

This is a regression tested in //UE4/Release-4.27 CL18319896 Changing a Mesh's Build Scale doesn't update the Mesh's Bounding to the same scale. ...

Light leaks when cast shadow disabled light is applied to the Hair material.

UE - Graphics Features - Shadows - Feb 27, 2023

There seems to be a leak in the ContactShadow determination in DeferredLightingCommon.ush ShadowRayCast(), but I could not determine if this is the specification. This problem always occurs from 4. ...

Crash upon launching packaged game with Share Material Shader code enabled

UE - Graphics Features - Oct 27, 2017

When launching a packaged game that has Share Material Shader Code enabled, the process will crash before opening. Regression?: Yes This issue does not occur in 4.17.2-3658906+++UE4+Release-4.17 Th ...

GamePad input commands for multiplayer all send to player 1

UE - Gameplay - Input - Nov 20, 2014

When setup for multiplayer, all players are able to move around and control the camera with the analog sticks but button presses of all controllers only affect player 1. ...

Skeletal meshes are not simulating physics

UE - Simulation - Physics - Feb 6, 2017

Skeletal meshes do not simulate physics when playing in viewport. They are not affected by gravity, nor do they ragdoll. This doesn't occur in UE4/Main. This occurs with Immediate Mode Physics of ...

[CrashReport] UE4Editor-MetalRHI.dylib!FMetalVertexBuffer::FMetalVertexBuffer()

UE - Graphics Features - Jul 25, 2017

This is a common Mac crash that has affected users since at least 4.14. Unfortunately users have not provided any descriptions of their actions when the crash occurred. ...

Data Tables can no longer import numeric enum values

Tools - Nov 1, 2017

Some changes to UEnumProperty::ImportText_Internal prevent this importing the stringified number (which is a float) as an enum value. This affects the JSON importer, and maybe the CSV one too. ...