Input isn't recognized for Shift+F, or just the F key when the Shift key is also pressed down

UE - Gameplay - Input - Nov 23, 2021

This is a regression Tested in: //UE4/Release-4.26.2 CL15973114 Binary - Did not reproduced //UE4/Release-4.27.1 CL17735300 Binary - Reproduced //UE5/Release-5.0-EarlyAccess CL16682836 Binary - Repr ...

Copying collapsed graph with a node with a custom Exec pin results in duplicate pin name

UE - Gameplay - Blueprint Editor - Aug 17, 2022

When duplicating a collapsed blueprint graph which has a node with a custom Exec pin, this results in blueprint compilation error that a duplicate named pin is found. Duplicated exec pins aren't ass ...

FAnimUpdateRateParameters::GetInterpolationAlpha appears to be returning an invalid value for TrailMode

UE - Anim - Aug 5, 2023

It appears that  FAnimUpdateRateParameters::GetInterpolationAlpha is not returning a sensible value when running in TrailMode.  Currently the only variable in the calculation is EvaluationRate which ...

Crash when creating new projects or converting copies of old ones in Japanese

UE - Editor - UI Systems - Slate - Dec 4, 2014

There's a crash in FCharacterList::GetKerning() when using the editor in Japanese that is apparently fixed in one of these three changelists: CL# 2370014, 2370050, and 2370040 But they were not ...

Blueprint 'Select' node: nodes connect to all input pins are evaluated while only one input is needed

UE - Gameplay - Blueprint - Aug 15, 2015

Originally marked Won't Fix in 2017. Issue reopened on May 1, 2024. All inputs of a Select blueprint node are evaluated, even though in the end only one value is selected. This is wasteful work. ...

Replace Reference feature is not replacing textures with new selected texture

Tools - Jan 4, 2017

Workaround:Open M_TableRound, move a node. Save the MaterialReopening the project seems to fix the issue Replacing the reference of the deleted table texture is rendering default material. Note T ...

The sphere in the rolling template bounces repeatedly on contact with the floor due to collision

UE - Simulation - Physics - Jun 29, 2017

Only seems to occur on the flat surface that is present on the ground when you spawn in. rolling onto other flat surfaces or placing a plane below the sphere doesn't cause the issue. It looks like ...

CCD can produce incorrect results at low frame rates

UE - Simulation - Physics - Feb 27, 2019

The attached project has a fixed frame rate of 30fps with a simulating CCD cube above a with a full restitution floor. The cube has an odd rotation, such that it impacts the floor at a single point ...

Undo and ConstructionScript break the AttachChildren array

UE - Gameplay - Components - Nov 14, 2019

Undo fills AttachChildren array with null by the undo serializer. After that, a construction script tries to remove child components from parent component's AttachChildren but it can't find its poi ...

Skybox Textures Have a Seam When Using a Cube With Inverted Normals

UE - Graphics Features - Feb 14, 2020

Skybox textures can have a seam when using an inverted cube for a sky. Attached is an example 4.24.2 project. Note: One of the attached seam screenshots is hard to see unless you expand it. Found ...