Skeletal Mesh gets stuck in T-Pose when using sequencer animation track with animation blueprint

UE - Anim - Sequencer - Dec 11, 2024

If an actor that is set up to use an anim blueprint is used in the sequencer, then a property on the skeletal mesh is changed in the sequencer details panel. The actor will not evaluate any animatio ...

Mover flying mode rotation changes may be incorrect with roll involved

UE - Gameplay - Player Movement - Mover - Dec 11, 2024

A licensee has reported that Mover's method of adding rotators together may produce different results than quaternion multiplication - for example in Flying mode when roll is involved. We will inve ...

Contact shadows bug in splitscreen

UE - Graphics Features - Dec 11, 2024

Screen Space shadows do not check the view boundary. This can cause extra shadows in split screen, as one view can cast shadows in another view. ...

UV issues using Procedural meshes

UE - Graphics Tools - Modeling Tools - Dec 11, 2024

From licensee: We build our procedural meshes using C++ and we checked our UVs used to fill the UV array before applying the CreateMeshSection method. The UVs seems to be correct however the result ...

The "Make Static Mesh" feature for skeletal meshes does not account for disabled mesh sections.

UE - Anim - Mutable - Dec 11, 2024

The licensee was not able to make static meshes with the correctly disabled sections from a skeletal mesh in the current implementation of the "Make Static Mesh" button in the editor. They have prov ...

Runtime Virtual Texture rendering can allocate more FRDGBuffers than expected

UE - Rendering Architecture - Dec 10, 2024

When rendering runtime virtual texture pages without throttling (when r.VT.MaxUploadsPerFrame is high or during Movie RenderQueue captures) the number of FRDGBuffers allocated by the Render Graph Bu ...

Modifying the properties of a ChildActorComponent in a child blueprint can modify the parent actor ChildActorComponent properties.

UE - Gameplay - Blueprint - Dec 10, 2024

When a property of a ChildActorComponent is modified in a child class, the parent ChildActorComponent class can also get modified. This happens when the Parent blueprint actor has a ChildActorCompo ...

GAS: OnTagUpdated() not called when calling SetLooseGameplayTagCount()

UE - Gameplay - Gameplay Ability System - Dec 10, 2024

Context AbilitySystemComponent has a virtual function virtual void OnTagUpdated(const FGameplayTag& Tag, bool TagExists); that gets called when a gameplay tag gets added or removed, so whenever ...

Poor Vulkan RHIThread performance in Development builds on some Android

UE - Platform - Mobile - Dec 10, 2024

Community-attempted workaround received in [Link Removed] Correct fix submitted to 5.6 FNMain in [Link Removed] which needs integrating into 5.5.3. ...

Improve performance when creating multiple Data Layer Instances

UE - World Creation - Worldbuilding Tools - Dec 10, 2024

Every time AWorldDataLayers::CreateDataLayer is called,  UDataLayerManager::ResolveActorDescContainersDataLayers() gets called and iterates on all actordescs of the world.When creating multiple data l ...