Any Key key binding is non-functional with Enhanced Input

UE - Gameplay - Input - Oct 19, 2022

I've tried implementing BP logic off an EI Event using Any Key, never executes. Tried having the associated Input Action have Consume Input set to true- still nothing. I'm not sure what the expect ...

Non-existing config file loading could cause memory leak

UE - Foundation - Core - Oct 19, 2023

The cause of this problem is the Engine has code paths which register a new allocated object to Map without deleting the previous object. In the repro project, whenever hitting Space Bar, the level ...

[MetaSounds][Audio Bus] - MetaSound Sources using Audio Bus nodes spam underruns when Audio Mixer Sample Rate is less or greater than 48kHz

UE - Audio - Audio Bus - Oct 5, 2023

Setting the Audio Mixer Sample Rate to 32000kHz causes underrun spam in audio bus reader and writer nodes and sounds to playback jittery. Tested with 24kHz and 32kHz. Does not repro in //Fortnite/R ...

Bug with control rig display name and sequencer

UE - Anim - Sequencer - Anim in Engine - May 17, 2024

Control Rig Tracks are not visible in Sequencer when the Name and Display Name are not set to the same value in the Control Rig graph, and the track filter is set to "Selected Control Rig Controls". ...

Screen Probes and Specular Firefly Flickering near screen edges

UE - Graphics Features - Lumen - Aug 6, 2024

Lumen's rough specular indirect lighting buffer can have fireflies along the bottom and right edges of the screen. Also tested in //UE5/Main, CL: 35177423 ...

Instanced meshes do not accurately use volume light samples when lit in a statically lit scene

UE - Graphics Features - Aug 14, 2015

When using instanced meshes in a Blueprint or in foliage tool the indirect lighting cache will not correctly light these meshes. I've include a sample project with map to demonstrate what the lice ...

Reset Instance Changes to Blueprint Default does not revert changes made to instances

UE - Gameplay - Blueprint - Sep 15, 2015

creating an instance of a blueprint and making changes to the instance will not respect "Reset Instance Changes to Blueprint Default" when pressed from Details Pane. ...

Timeline name changes do not propagate to related nodes

UE - Gameplay - Blueprint - Mar 17, 2015

Timeline name changes do not propagate to related nodes. Refresh All does not rename nodes that reference the timeline, and Getters and Setters are no longer valid nodes. Reproduced in 4.7.2 binary ...