Crash when opening Open World map in editor with -d3d11 -d3ddebug

UE - Graphics Features - Jan 10, 2023

It seems to output an error message like the following. D3D11 ERROR: ID3D11DeviceContext::Dispatch: The Shader Resource View in slot 2 of the Compute Shader unit was not created with the D3D11_BUFF ...

Data Layers Outliner does not remember selections on editor restart

UE - World Creation - Worldbuilding Tools - World Partition - Jan 9, 2023

Regression: Tested in UE5/Release-5.0, this issue occurs so this is not a regression. ...

Groom renders black through Single Water Layer materials

UE - Graphics Features - Jan 9, 2023

Regression: Tested in UE5/Release-5.0, this issue occurs so this is not a regression ...

Foliage actors in the outliner should have their actor/components properties read-only

UE - World Creation - Worldbuilding Tools - Foliage - Jan 9, 2023

Interface Call label is missing in Blueprint context menu

UE - Gameplay - Blueprint Editor - Jan 6, 2023

UE4 had a label next to interface function calls in the context menu to differentiate the target, i.e., interface vs interface implementer. This is missing in UE5. You can hover over the entries to ...

MoviePipeline: ExecutorJob UserData field lost on Queue Load

UE - Anim - Sequencer - MRQ - Jan 6, 2023

I didn't check with the debugger, but I suspect this is caused by: void UMoviePipelineExecutorJob::OnDuplicated_Implementation() { UserData = FString(); When the queue is loaded, each job is dupl ...

LiDAR not importing colors correctly for .E57 Point Clouds

UE - Editor - Content Pipeline - Jan 6, 2023

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. LiDAR plugin is version .08 in UE5.0.3, and version 1.0 in UE5.1.0 ...

Blueprint actors can not be casted until they have been opened after migration or being upgraded to a more recent engine version

UE - Gameplay - Blueprint - Jan 5, 2023

This is not a regression tested in //UE5/Release-5.0 CL20979098 After migrating an asset from an older engine version or upgrading a project to newer version Blueprints carried over can not be cast ...

Lock Content Browser resets when restarting the editor

UE - Editor - Content Pipeline - Content Browser - Jan 5, 2023

Regression: Tested in UE5/Release-5.0, the issue did not occur so this is a regression. ...

shared texture sampler doesn't work in mobile

UE - Platform - Mobile - Jan 5, 2023

In mobile preview or android device in 5.1 release, M_SharedTexture_Inst material does not render properly due to exceeded sampler slot limit. there was no problem in 5.0.3 ...