Crash in Material Editor when calling GetScreenSpaceData() from custom node

UE - Rendering Architecture - Materials - Jan 27, 2023

Muting the top most track row is muting all track rows

UE - Anim - Sequencer - Jan 27, 2023

The workflow above is generally used to pull out key poses from a mocap performance. It works on 5.0. It can be simplified for QC into this:add some animation keys to your rigged character in Sequ ...

If using SetAlignmentInViewport in Construct, the value with it is ignored

UE - Editor - UI Systems - UMG - Jan 27, 2023

If SetAlignmentInViewport is called in the UMG Construct, it is ignored internally. This is due to a change that came in 5.1, so it worked fine in 5.0. First, when the Set Alignment in Viewport nod ...

Editor crash when saving a level instance in a folder with the same name as the level

UE - World Creation - Worldbuilding Tools - Level Instances - Jan 27, 2023

Unable to copy tracks from UMG animation to another animation

UE - Anim - Sequencer - Jan 27, 2023

In UE5.0 it was possible to paste Tracks from one Animation to another, but from UE5.1 this fails with the message "Can't paste section. No selected tracks to paste sections onto". The attached pro ...

Ocean does not completely fill water zone in certain circumstances

UE - LD & Modeling - Terrain - Water - Jan 26, 2023

Issue reported in [Link Removed] by [Link Removed] 1. Add one component to the 8K Landscape. [Image Removed] 2. Adding Ocean will not render correctly. [Image Removed] [Image Removed] These ca ...

Previewing a node overrides the output of PostProceessInput0 in a Post Process Domain Material after previewing has stopped

UE - Rendering Architecture - Materials - Jan 26, 2023

This is not a regression. Tested in //UE5/Release-5.1 CL20979098 Previewing a node overrides the output of PostProceessInput0 in a Post Process Domain Material after previewing stops. ...

Global Distance Field Precision Issues Far From Origin

UE - Graphics Features - Jan 26, 2023

[Enduring] Appears to be in the visualization rendering of the distance field, distance field shadows were unaffected. There was one instance where the bug did not replicate as expected. This was wh ...

LiDAR plugin crashing with VR Instanced Stereo enabled

UE - Platform - XR - Jan 26, 2023

When enabling LiDAR plugin with VR Instanced Stereo enabled it causes a crash. Alternate repro: From Any project Enable Instanced Stereo in project settings Enable LiDAR Point Cloud Support Restar ...

GeometryCollectionComponent visibility flag is forced to true in BeginPlay

UE - Simulation - Physics - Destruction - Jan 26, 2023

The visibility flag is reset to true in UGeometryCollectionComponent::UnregisterFromISMPool. This function is called from BeginPlay. Only when ISMPoolActor is not being used, the following worka ...