ReflectionEnvironmentAndSky(1739x747,StrataMat=Off) looks to have tile artifacts

UE - Graphics Features - May 26, 2023

Reflection environement looks to be suffering tile classification artifacts ...

Placing meshes on World Partition Grid causes them to load in from any distance

UE - World Creation - Worldbuilding Tools - World Partition - May 26, 2023

This is not a regression as in 5.1.1 the meshes will load and unload in their proper cell squares when entering and exiting the load distance threshold ...

Favorites category in the Palette Panel of a Widget is no longer appearing

UE - Editor - UI Systems - UMG - May 26, 2023

This is not a regression tested in //UE5/Release-5.1 CL23901901 When Favoriting a Component from the Palette panel of a Widget the Favorites category appears then disappears. For the brief moment i ...

FTabManager::FindPotentiallyClosedTab Crash Due to Invalid Array Indexing

UE - Editor - Workflow Systems - May 25, 2023

As you can see from the above callstack it appears that calling RestoreArea can call FindPotentiallyClosedTab again higher in the stack, which can Remove() an entry from CollapsedDockAreas- this cau ...

Crash when widget is replaced and no longer valid

UE - Anim - Sequencer - May 25, 2023

GPU crash when using RVT BaseColor/Normal/Roughness format

UE - Rendering Architecture - May 24, 2023

When using an RVT with BaseColor/Normal/Roughness format on DX12 with a GPU that supports Tier2, a GPU crash may be seen. ...

DumpShaderAsm function fails to load compiler DLL and does not output disassemble code

UE - Rendering Architecture - May 24, 2023

This is a path specification problem, so if the correct path is given, the DLL will load correctly.static void DumpShaderAsm(FString& String, const D3D12_SHADER_BYTECODE& Shader) { #if D3D12RHI_US ...

Conditional Gameplay Effect triggers a breakpoint in a networked client

UE - Gameplay - Gameplay Ability System - May 23, 2023

It seems to be related to the removal tag requirements of the GE_Test1_2 gameplay effect, which does work but still gives the pending removes error. ...

Starter Content and ArchVis Default Included in Blank Project

UE - Content - Template - May 22, 2023

When creating a project using Automotive, Product Design & Manufacturing - Blank template. no content options are available, but 'Starter Content' and 'Archvis Default' are added automatically. ...

Engine freezes when Level Sequence format is in seconds

UE - Anim - Sequencer - May 22, 2023

When using the jumpbox with a sequence that is in seconds (not fps) the engine will freeze. This issue is occurring in Binary //UE5/Release-5.2 @ CL 25360045 This issue is occurring in Binary //UE ...