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 ...

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 ...

GeometryScript_TextureUtils.sample_texture2d_at_uv_positions in python

UE - LD & Modeling - Modeling Tools - GeometryScripting - Nov 17, 2022

Licensee- "GeometryScript_TextureUtils.sample_texture2d_at_uv_positions does not work in python. The uvlist becomes nullptr from python to C++. BP is working fine." ...

[Soundfield Submix] - Editor crashes when PIE using a Soundfield Submix

UE - Audio - Submixes - Nov 16, 2022

Editor crashes when using a Soundfield Submix with any encoding setting (Unreal, Oculus, Resonance). Assertion failed: IsSoundfieldSubmix() && SoundfieldStreams.Settings.IsValid() [File:D:\build\++U ...

Using a TSet in Blueprint directly into a function call crashes

UE - Gameplay - Blueprint Runtime - Nov 16, 2022

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

Double-clicking metasound graph input widget resets value to 1, but displayed value does not change

UE - Audio - MetaSounds - Nov 16, 2022

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

In a listen server, when a client moves, anim notifies don't get fired for the server/host.

UE - Anim - Gameplay - Nov 14, 2022

Reproduced 3/3 times. Was not able to reproduce in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. ...

Requesting Android Permissions causes an Ensure on Android Devices

UE - Platform - Mobile - Nov 14, 2022

Regression: Tested in UE5/Release-5.0 at CL 20979098 and the issue occurs. Issue would load in to the project without asking for permission and cause an ensure to occur, in 5.0.3 the issue would ca ...

Scaled Geometry Collection made from non-basic Static Mesh Crashes Editor

UE - Simulation - Physics - Destruction - Nov 14, 2022

Reproduced 3/3 times. So far tested with the Chair and Statue from the Blank Template Editor Default level. Error Reads as follows:Assertion failed: IsValid() [File:D:\build\++UE5\Sync\Engine\Source ...

Route gamepad to second window setting is broken

UE - Gameplay - Input - Nov 11, 2022

The RemapControllerInput function call likely needs to be added back to the game viewport client as a fix.  ...