GPU ISM LOD doesn't take into account per instance scales when calculating LOD ranges

UE - Graphics Features - Jul 19, 2024

When we set up the draw calls for ISM with GPU LOD selection we submit a draw call per LOD. For this we calculate the minimum and maximum possible LOD with a call to ComputeLODForMeshes() in FReleva ...

GPU ISM LOD uses bounds length instead of radius

UE - Graphics Features - Jul 19, 2024

When calculating LOD for instances on GPU in NaniteCullingCommon.ush we use:float RadiusSq = length2(LocalBoxExtent); This doesn't exactly match the CPU logic for static mesh component LOD select ...

Jitter on anim sequences compressed with ACL containing large scale on root

UE - Anim - Runtime - Jul 18, 2024

The ACL codecs are generating jitter in the animations on the linked UDN.  This may be related to the large scale that's being applied to the root bone in the skeleton.  This appears to be a regress ...

FNetGUIDCache warning when attaching non-replicated component to a replicated scene component

UE - Networking - Jul 18, 2024

When the replicated scene component's AttachChildren array is replicated, the package map attempts to serialize the non-replicated component, causing the warning that the object is not supported. ...

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

RunAssetExportTask do not pass the automated property to the exporter

UE - Editor - Content Pipeline - Import and Export - Jul 17, 2024

Sequencer- Cannot change multiple selected spawnable's class

UE - Anim - Sequencer - Jul 17, 2024

Only the first selected spawnable actor binding will have its class changed when selecting 'Change Class' from the right click menu. ...

[CrashReport][Crash] crash at exit due to pending perforce background tasks

UE - Editor - Workflow Systems - Jul 16, 2024

Users affected: 440 Total occurrences: 672 Last occurrence: July 16th 2024, 2:40:01 pm First occurrence: December 31st 2023, 1:47:28 pm Latest version: ++UE5+Release-5.3-CL-29314046 Platform: Win64 ...