Displacement + TAA causes "vibrating"/"buzzing" artifacts

UE - Rendering Architecture - Jun 4, 2024

There is a buzzing artifact on shadows that is seen in the provided test project. The problem seems to be far more subtle when VSM is turned off. Licensee mentions that turning r.Velocity.ForceOutpu ...

UEnhancedInputUserSettings::LoadOrCreateSettings does not handle the changing of a settings class in the editor

UE - Gameplay - Input - Jun 3, 2024

proposed fix seems ok to me:  UEnhancedInputUserSettings* UEnhancedInputUserSettings::LoadOrCreateSettings(ULocalPlayer* LocalPlayer) { UEnhancedInputUserSettings* Settings = nullptr; ...

Strange results with HeightToNormalSmooth on Nanite meshes

UE - Rendering Architecture - Jun 3, 2024

This appears to also occur on meshes that aren't set to Enable Nanite at all.  [Image Removed] ...

Bright Flickering or Black Squares with Rectangle Lights Intersecting Meshes

UE - Graphics Features - May 31, 2024

Rect Lights that intersect geometry can produce NaN pixels in SceneColor, which will affect bloom, FXAA, and other future passes. This can lead to large visible artifacts. The NaN values are produc ...

Nested level visibility track bug

UE - Anim - Sequencer - May 31, 2024

The Level Visibility tracks part of a Subsequence are turned off every time you save the Leve Sequence. It does not happen if Level Visibility tracks are added in the main Sequence. ...

Lumen reflection distortion

UE - Graphics Features - Lumen - May 30, 2024

Lumen reflections appear distorted depending on the camera orientation. ...

Memory stomp in UTexture2DArray::SetPlatformData

UE - Texture - May 30, 2024

A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...

Custom mode animation resets character pose on every change in the Sequencer

UE - Anim - Sequencer - May 30, 2024

Skeletal Mesh Components that use Custom Animation Mode will have their animation rest to the base position when any change is made to the Level Sequence that the character is used in. The Licensee ...

WindowsVideoRecordingSystem can start late to record when a Record/Start action is executed.

Media Framework - May 30, 2024

The WindowsVideoRecordingSystem can start to record late when a StartAction is done. Not sure if it starts to record late, or the first seconds of the resulting video are ommited when the mp4 file i ...