Blending does not work when materials using material layers are set to Post Process Volume

UE - Rendering Architecture - Materials - Dec 14, 2022

Blending does not work as intended when Material Layers are used in post process. ...

Widget's shear render transform isn't reversed when using RTL text flow

UE - Editor - UI Systems - UMG - Dec 13, 2022

When a widget's flow preference is set to RTL, we adjust the render transform so that the horizontal transform is mirrored (see SWidget::GetRenderTransformWithRespectToFlowDirection). We should do t ...

"Current state is a conduit and will reset to ref pose" warning when using a conduit to select an entry state

UE - Anim - Gameplay - Dec 12, 2022

AnimBlueprintLog: Error: Current state is a conduit and will reset to ref pose. This can happen if a conduit is an entry state and there isn't at least one valid transition to take. State Machine(Te ...

Using the "Keep World" scale rule can result in incorrect relative location when attaching actors

UE - Gameplay - Components - Dec 9, 2022

This seems to happen due to a precision error when calculating the relative transform between the socket and the component being attached. Occasionally, one of the transforms will have a scale of (0 ...

STAT_VolumetricLightmapBuildData is not counted correctly

UE - Graphics Features - Dec 9, 2022

STAT_VolumetricLightmapBuildData isn't counted correctly. It seems that the root cause is Volume.IndirectionTexture.DataSize is set to 0 before STAT_VolumetricLightmapBuildData is decreased.// Prec ...

Oscillating Biquad Filter's Cutoff Frequency results in popping

UE - Audio - MetaSounds - Dec 8, 2022

Reproduced 7/10 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. Additional Notes:Stacking more Biquad Filters produces a more noticeable effect, but ...

Custom Node interprets MaterialAttributes inputs as float3

UE - Rendering Architecture - Materials - Dec 8, 2022

It seems that the Material Editor's Custom nodes don't handle inputs of type FMaterialAttributes correctly, and instead interpret them as float3. Using Material Attributes as an input to a Custom E ...

[Soundfield Submix] - Output is silent when routing sound to Unreal Ambisonics and then to Resonance

UE - Audio - Submixes - Dec 8, 2022

According to the official docs https://docs.unrealengine.com/4.27/en-US/WorkingWithAudio/Nativesoundfield/ an ambisonic submix can be rendered to Resonance or Oculus; however when doing so, while th ...

Game View renders Lights with Actor Hidden In Game enabled

UE - Graphics Features - Dec 6, 2022

This is not a regression. Tested in both 4.27.2 and //UE5/Release-5.0 CL20979098 Game View renders Lights with Actor Hidden In Game enabled. Documentation states: "...the Viewport to display the sc ...