Water reflections and GI flicker in 5.4 and 5.3 (fine in 5.2)

UE - Graphics Features - Mar 7, 2024

Since 5.3 customers have been reporting flicker with water surfaces, demonstrating that in 5.2 this flicker is not present. [Link Removed] ...

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

External actors don't show soft references in reference viewer

UE - World Creation - Worldbuilding Tools - OFPA - Mar 6, 2024

No warning that soft references will be broken when deleting an actor

UE - World Creation - Worldbuilding Tools - OFPA - Mar 6, 2024

Deleting an actor that has soft references to it will not trigger a message box to confirm the deletion nor provide the list of other actors that reference it unless they are dirty. ...

Cooker: Research and recommend a solution for third-party systems to aggregate data from cooked UObjects

UE - Foundation - Core - Cooker - Mar 6, 2024

As with shader compilation, some third-party plugins need to accumulate information about all UObjects cooked in a cook session, and write their data to a database at the end of the cook; the databa ...

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

"Override Function" search box in the Blueprint Editor does not match actual function name (only its display name)

UE - Gameplay - Blueprint Editor - Mar 5, 2024

This is a quality-of-life issue for UE users. The issue was also detailed by the UDN user in a video in the linked UDN case. The Blueprint Editor provides an "Override Function" functionality in th ...

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