'Decal Blend Mode' in the Result node is missing

UE - Rendering Architecture - Materials - Mar 8, 2022

'Decal Blend Mode' in the Result node is missing. The user that reported this noticed it when converting from early access to Preview 1. Their emissive decals stopped blending. ...

No sound plays when using Oculus Spatialization Plugin

UE - Audio - Spatialization - Nov 10, 2021

The Oculus spatialization option is not producing sounds. In Test Rail I can see that the test related to this passed April 2021 in UE4. In UE5 it passed on Early Access in February 2021. ...

WrapBox->ForceNewLine() does not keep the slot on a new line.

UE - Editor - UI Systems - Slate - Apr 18, 2022

Repro Ratio: 4/4 Regression testing done in //UE5/Release-5.0-EarlyAccess CL-16682836 as this is a new feature to UE5. This issue Also happened in Early Access 2. ...

Open Marketplace button is unresponsive

Portal - Jun 8, 2021

When pressing the Open Marketplace button in UE5 or the Marketplace button in UE4, nothing happens. This occurs in both UE5 Early Access and UE4 4.26.2. Tested in //UE4/Release-4.25 @ CL 14469661 ...

[MetaSounds] - Browse to Asset button on Wave Player Node does not work

UE - Audio - MetaSounds - Sep 21, 2021

Selecting the Browse button on a Wave Player asset does not load the location of the selected asset for previously saved MetaSounds. Changing the Wave Asset to another Sound Wave and then selecting ...

Content Browser is not opened when clicking Browse to Asset from a docked to sidebar Details or WorldSettings window

UE - Editor - Workflow Systems - Apr 15, 2022

Repro Ratio: 6/6 Regression testing in //UE5/Release-5.0-EarlyAccess CL-16682836 since this feature wasn't in UE4. This issue did NOT happen. This issue only seems to happen when the windows are ...

MaxChannels (Voices) is printed incorrectly to the Output Log on new projects

UE - Audio - Mar 16, 2022

The Max Channels (voices) setting displays in the output log as 0 on new projects. Likely a result of [Link Removed]. Issue is in display only (there are 32 voices), but should ideally report the de ...

Warning Failed to find object 'Class None.NewBlueprint' appears on any selection ChildActor Component in BlueprintEditor

UE - Gameplay - Blueprint Editor - Dec 14, 2021

Summary: The following warning appears on each selection of any ChildActorComponent inside Blueprint Editor:LogUObjectGlobals: Warning: Failed to find object 'Class None.NewBlueprint1' (where NewBl ...

AnimMontage notify callback destroying owning actor causes crash

UE - Anim - Runtime - Jul 28, 2022

Destroying the owning actor as a response to an anim montage's anim notify causes unsafe access of the current anim montage. See repro steps. ...

AddTimedDisplay causes crash when changing level

UE - Gameplay - Dec 8, 2022

RemoveAfterSecondsLambda in AddTimedDisplay function may access released memory during level transitions. The following workaround works : void UViewportStatsSubsystem::AddTimedDisplay(FText Text, ...