The Unreal Engine building dialog either does not appear or is only visible for a brief second

UE - Virtual Production - Nov 18, 2022

This is not a regression against 5.0. Tested in //UE5/Release-5.0 CL20979098 However, as users have pointed out, this is a departure from UE4. The same process in 4.27.2 demonstrates the building d ...

Crash when upgrading Nvidia GFX driver from Version 457.85 with open Project

UE - Graphics Features - Nov 18, 2022

Repro Rate: 5/5 Summary: When opening a Project in UE version 5.1.0 with Nvidia GFX driver version ###, the user is notified that there are known issues with this driver through a pop-up:WARNING: K ...

Hierarchical Instanced Static Mesh does not render correctly on Vulkan mobile

UE - Platform - Mobile - Nov 17, 2022

Something is rendering incorrectly about hierarchical instanced static meshes on vulkan mobile. If the project uses GPUScene, instead of using HISM for manual instancing, and relying on GPUScene for ...

Hit Box components created by listen server at runtime won't replicate

UE - Networking - Nov 17, 2022

Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. This is By Design. Replication for actors is disabled by default, and need to be enabl ...

ObjectPivotPoint does not work with instanced Nanite meshes

UE - Rendering Architecture - Materials - Nov 17, 2022

Regression: Nanite Foliage is a new feature in 5.1, so this issue is not reproduceable in 5.0. Notes about this new support can be found under Nanite Improvements in https://docs.unrealengine.com/5. ...

Interactions in the Menu are not working as expected in VRTemplate

UE - Platform - XR - Nov 17, 2022

Interactions in the Menu on VRTemplate (and I suspect that style of menu interaction in general) do not function as expected. This issue was reproduced several times (5/5), both with a VR headset an ...

GAS: RemoveReplicatedLooseGameplayTag on unadded tag causes it to be replicated

UE - Gameplay - Gameplay Ability System - Nov 17, 2022

A UDN user found that calling AbilitySystemComponent->RemoveReplicatedLooseGameplayTag(TagToRemove); while the gameplay tag was not in the TagMap, will create an entry for it with count 0, see ...

Groom component created from Blueprint ignores "Forced LOD" on LODSync component

UE - Graphics Features - Nov 17, 2022

Regression: Issue occurs in //UE5/Release-5.0 This issue occurs with any Groom Asset created from a Blueprint. Other components work properly with the Forced LOD settings, as only the Groom does no ...

Can't select value in Make ActorDataLayer node

UE - World Creation - Worldbuilding Tools - Nov 17, 2022

Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...

Pasting an instanced subobject property into a Blueprint prevents that Blueprint from being added to level

UE - Gameplay - Blueprint Editor - Nov 17, 2022

Copying and pasting an array of nested instanced subobjects from a level instance into a Blueprint's defaults and adding that Blueprint to the level will prevent the actor instance from saving. ...