Custom Stencil does not display in UE5.0

UE - Editor - UI Systems - Apr 21, 2022

SingleSampleShadowFromStationaryLights does not work in UE5 (when GPU-Scene is used)

UE - Graphics Features - Shadows - Jul 21, 2022

The flag is not propagated in FPrimitiveSceneShaderData::FPrimitiveSceneShaderData and so is missing in GPU-Scene primitive data. Need to add: .UseSingleSampleShadowFromStationaryLights(Proxy->UseS ...

Changing a Mesh's Build Scale doesn't update the Mesh's Bounding

UE - Editor - Sep 8, 2022

This is a regression tested in //UE4/Release-4.27 CL18319896 Changing a Mesh's Build Scale doesn't update the Mesh's Bounding to the same scale. ...

[Waveform Editor] - Undoing a trim fade that is made by clicking and dragging the handles doesn't correctly undo when undoing

UE - Audio - WaveformEditor Plugin - Nov 10, 2022

Undoing dragging trims doesn't undo the trim [Link Removed] ...

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

Submix Settings on Submix Send Settings cannot be updated at runtime in SubmixSendVolumeComponent

UE - Audio - Apr 24, 2023

Source: UDN ticket Stepping through, when SetSubmixSendSettings() is called on the SubmixSendVolumeComponent, the SubmixSendSettings on the Component initially get changed before the NotifyDataChan ...

Allow Cinematic Control is reset to true when restarting the editor

UE - Editor - Workflow Systems - May 31, 2023

When restarting the editor the viewport will have its Allow Cinematic Control flag reset to true. ...

Deprecating a non-const blueprint interface function replaces the implementation of the event with an empty custom event

UE - Gameplay - Blueprint - Oct 19, 2023

This behaviour is only observed when implementing the function as a custom event from a blueprint interface. This behaviour is not observed in actors where the blueprint interface function is implem ...

Gameplay Tags set as Default in Local Variables do not show as references in Reference Viewer

UE - Gameplay - Oct 30, 2023

Normal variables with gameplay tag defaults will show up in the reference viewer.Other reference types used as a local variable default value will show up in the reference viewer correctly. ...

Single sided complex collision mesh collision blocks character movement from backside

UE - Simulation - Physics - Query - Nov 17, 2023

Commenting out the branch in FTriangleMeshSweepVisitor::VisitSweep is a work-around.if (CullsBackFaceSweepsCode != 0) { if (VectorMaskBits(IsBackFace)) { // Don't cull the back face ...