Chaos Cache : Event tracks are not saved second or subsequent geometry collection recordings

UE - Simulation - Physics - Destruction - Jul 23, 2024

After the second recording time, the event listener registration in FGeometryCollectionCacheAdapter::InitializeForRecord is skipped. Here is a workaround :// We only need to register event handlers ...

Material not compiling due to WorldAlignedTexture connected to multiply

UE - Rendering Architecture - Materials - Jul 23, 2024

When a WorldAlignedTexture node is connected to multiply and then to a base color output, the material cannot be compiled, giving an error about an undeclared local variable "Local27". Does not happ ...

Cannot instantiate an InstancedStaticMesh component with ConstructionScript

UE - Graphics Features - Jul 21, 2024

Starting with Unreal Engine 5.4, the logic for adding ISM instances by adding ISM components in the Construction Script (like below) has failed.  [Image Removed] This issue accidentally was introd ...

Reflection Captures permanently unload with world streaming

UE - Graphics Features - Jul 19, 2024

When a reflection capture is unloaded due to streaming, it cannot be reloaded when the player returns to that area in the world because FReflectionCaptureData::OnDataUploadedToGPUFinal deletes the C ...

UHapticFeedbackEffect_SoundWave Initialize does not populate Raw Data in the HapticsBuffer

UE - Platform - XR - Jul 19, 2024

From the UDN:  >  Open HapticsFeedbackEffect.cpp and naivgate ~ line 150; note HapticBuffer has length populated but never write the actual buffer data. LikeReplySelect as Best Seems like a simple f ...

Landscape Layer Painting issues when painting near the edge of delete Landscape Proxies.

UE - LD & Modeling - Terrain - Jul 19, 2024

It appears that the landscape painting tool is not correctly taking into account deleted landscape sections, resulting in artifacts inside of the weight textures. ...

(BUG) Sequencer Root motion breaks down when using SwapRootWithActor, translation track and transform origin actor

UE - Anim - Sequencer - Anim in Engine - Jul 19, 2024

When "Sequencer.ThreadedEvaluation.AllocationThreshold 8" is initiated, characters in a level sequence that have “Swap Root Bone Actor” activated on their animation will begin to slide very fast acr ...

Sequencer- New takes will not respect project setting take number if initial asset doesn't have a shot number

UE - Anim - Sequencer - Jul 18, 2024

With 5.2, we allowed the take separator to be multiple characters long. But it would appear that when using this feature, if you don't also have a 'shot number' before the take separator, then the n ...

Scalebox scaling won't update if child size changes with global invalidation enabled

UE - Editor - UI Systems - Slate - Jul 17, 2024

When global invalidation is enabled, Scale Boxes don't react properly to changes in the size of their contents. Licensees have worked around this by updating SScaleBox::OnArrangeChildren:// This sca ...

Geometry with Static Shadow Invalidation Behaviour being written into invalidated VSM Pages

UE - Graphics Features - Shadows - Jul 17, 2024

Geometry that has its "Shadow Cache Invalidation Behavior" set to "Static" will still draw in the dynamic shadow cache when it is experiencing WPO ...