Skeletal Mesh reduction clamps UVs at 1024

UE - Anim - Rigging - Mar 4, 2024

Sequencer fails to play anim sequences on linked anim instances when an Additve/Layered FKControlRig track is active

UE - Anim - Sequencer - Anim in Engine - Mar 2, 2024

Animations can't be played with Sequencer via slot nodes in linked anim graphs when an additive/layered FK Control Rig is active.  This is because adding an FK Control Rig changes the anim instance ...

FVulkanDynamicRHI::RHIReadSurfaceData​ incorrect for FLinearColor​.

UE - Rendering Architecture - RHI - Mar 4, 2024

The FLinearColor implementation for FVulkanDynamicRHI is incorrect. FLinearColor stores 32 bit floats in linear space, while FColor stores 8 bit integers encoded with sRGB applied. The implementatio ...

Deprecated blueprint variable fixups may fail depending on loading order

UE - Gameplay - Blueprint - Mar 7, 2024

There is currently no simple way to do a deprecated variable fixup on native variables that are set by a blueprint class. For a simple variable rename, CoreRedirects can be used and will work proper ...

GeometryCollection clustered by ClusteredGroupIndex does not respect child's gravity setup

UE - Simulation - Physics - Mar 7, 2024

Following code works as a workaround void FClusterUnionManager::HandleAddOperation(FClusterUnionIndex ClusterIndex, const TArray<FPBDRigidParticleHandle*>& Particles, bool bReleaseClustersFirst) ...

SAnalogSlider moves slowly when step size is large

UE - Editor - UI Systems - Slate - Mar 6, 2024

SAnalogSlider calculates FastestStepTime by multiplying the step size value by a constant, resulting in high numbers for larger step sizes. This gets lerped from 1 and used as the repeat time, resul ...

Incorrect Level Instance Bounds with non-trivial transform

UE - World Creation - Worldbuilding Tools - Level Instances - Mar 5, 2024

From licensee: The streaming bounds of an instantiated level instances are incorrect in the world partition editor. When the bounds are computed for a level instance during FLevelInstanceActorDe ...

MapCheck warnings when opening a map using landscape override material

UE - LD & Modeling - Terrain - Landscape - Mar 13, 2024