loading hangs on new level with the new audio engine and media sound components

UE - Audio - Mar 1, 2018

When enabling the AudioDeviceModuleName=AudioMixerXAudio2 setting in the windowsengine.ini file it causes new level loads to lock up. This may be due to the garbage collection stuck in a loop wai ...

Object using specific Corona Material Import by default with wrong UVs

UE - Editor - Content Pipeline - Datasmith - Exporters - Jan 29, 2019

Crash in a packaged project when loading into a level after a nativized Anim BP grabs a PoseSnapshot using a FName

OLD - Anim - Oct 25, 2019

In packaged projects will crash when an animation blueprint that is nativized loads into a new level. The anim blueprint needs to use the PoseSnapshot node with a FName variable passed before loadin ...

Lighting channels not working as expected when enabling Ray Tracing Shadow

UE - Graphics Features - Lumen - Oct 13, 2020

Non-Ray Tracing Shadows are only cast from lights on meshes assigned to the same Lighting Channel. When enabling Ray Tracing Shadows this is not the case. Lights will still cast Ray Tracing Shadows ...

[Spatialization] - When a sound starts playing while the listener in in the Binaural Radius, when they exit the sound stops playing

UE - Audio - Spatialization - Nov 18, 2021

If a sound starts playing while the listener is inside the binarual radius, the sound stops abruptly when they leave the radius. Does not occur if the listener starts in the binaural radius. Does no ...

FMath::Eval ignores groupings while solving

UE - Foundation - Nov 8, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL20979098 FMath::Eval ignores groupings while solving problems. This has caused some confusion with users who are expecting the groupings to b ...

[MetaSounds] - If the audio output hits an extreme Gain value, the Audio Meter Widget stops responding

UE - Audio - MetaSounds - May 20, 2022

It's possible to have the Audio Meter widget stop responding if you set the Gain really high. It will cease to work as long as the MetaSound window is open. Closing and reopening the MetaSound windo ...

Input pins of BP node are not updated after a hot reload

UE - Gameplay - Blueprint - Apr 17, 2015

If a code defined function that takes in a parameter is called from blueprints, the BP node will show the input pin for the parameter. If the parameter list is changed after the node is created and ...

Construction script on child actor components not respected in PIE

UE - Gameplay - Blueprint - Jan 14, 2016

Child Actor Components run their construction scripts upon parent's placement in level. However, these specifications are not maintained once PIE is initiated. ...

promoting a variable to a local variable in another blueprint creates compile error.

UE - Gameplay - Blueprint - Sep 30, 2015

If a local variable set variable is copied/pasted over to a second blueprint and the input pin is promoted to a local variable, compiling the blueprint will cause a compile error to appear until the ...