Implied Decal Blend Modes don't properly account for Material Attributes usage

UE - Graphics Features - Sep 28, 2021

I've attached a project with the necessary materials that demonstrate this issue. I would expect that just because a Set Material Attributes node is inside a material graph it wouldn't affect the de ...

Implied Decal Blend Modes don't account for static ignore-switch parameters in an expected way

UE - Graphics Features - Sep 28, 2021

The desired behavior from a user perspective here is that they'd be able to use Static Switches in a decal master material to toggle different features and behaviors. In the above setup, if I set th ...

GetMouseX returns stuttering value if ShowMouseCursor is enabled

UE - Gameplay - Input - May 11, 2022

Showing the mouse cursor and holding down the left mouse button while dragging will cause the MouseX event to broadcast incorrect axis values.  ...

AO Decals not working when using Lumen

UE - Graphics Features - Oct 14, 2022

When lumen enabled, and with static lighting disabled, we expect the Material AO to contribute to diffuse lighting occlusion. However AO from decals does not have any effect. ...

NormalizePackageNames() should interpret 'exclude developer folders' to also exclude packages in ExternalActors and ExternalObjects

UE - Foundation - Core - Oct 14, 2022

In NormalizePackageNames() (PackageUtilities.cpp), there is a PackageFilter parameter, which can be set to exclude developer packages (NORMALIZE_ExcludeDeveloperPackages). The code only checks the b ...

Collapsing an Event with 1 connected node and 1 unconnected node to a function results in Both nodes being connected in the function

UE - Gameplay - Blueprint - Oct 26, 2022

This is not a regression tested in //UE5/Release-5.0 CL22491701 Collapsing an Event with 1 connected node and 1 unconnected node to a function results in Both nodes being connected in the function ...

[Sound Submix] - Dry Level of a Submix is calculated differently whether or not there is an effect in the chain

UE - Audio - Submixes - Jan 21, 2021

There is a discrepancy is how the output volume of a submix is calculated when the effect chain is and is not populated. When there is no effect on the submix, the Dry Level adds additional gain to ...

Switching to very high sample rate audio device on XBox causes crash

UE - Audio - Nov 3, 2022

When switching to an audio device with an unsupportedly high sample rate on XBox, XAudio2System->CreateMasteringVoice will crash. Ideally, it would give a warning instead and swap to the null render ...

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 ...