Debug display of TargetingSelectionTask_AOE with cylinder is unnaturally tilted

UE - Gameplay - Gameplay Ability System - Oct 30, 2024

The following code fixes the tilt : void UTargetingSelectionTask_AOE::DebugDrawBoundingVolume(const FTargetingRequestHandle& TargetingHandle, const FColor& Color, const FOverlapDatum* OverlapDatum) ...

UnrealTraceServer exits when encountering a symlink on Windows

UE - Foundation - Insights - Oct 30, 2024

UnrealTraceServer exits on startup (or when watching a directory) when a watched store directory contains a symlink on Windows. Cause: The std::filesystem::directory_entry::is_directory() call thro ...

Foliage mode instances not rendered until mouse up

UE - World Creation - Worldbuilding Tools - Foliage - Oct 30, 2024

New foliage is not visible when applying the paint tool and only shows up after the painting ends. ...

Reduce the overhead of World Partition cells UObjects on GC

UE - World Creation - Worldbuilding Tools - World Partition - Oct 30, 2024

Users with large numbers of UObjects (500k+) that are using World Partition want to enable GC actor clustering to handle streaming levels but no performance gains are realized when enabling GC clust ...

Mobile Depth of Field blurry eveywhere

UE - Platform - Mobile - Oct 30, 2024

user reports I investigated the problem throught the frame capture tools and found that on a real device (iPhone 15 Pro in my case), the depth texture for the SunMask pass is not set (a dummy black ...

LandscapeSplineMeshesActor instances not deleted when World Partition is disabled

UE - World Creation - Worldbuilding Tools - World Partition - Oct 30, 2024

When landscape splines exist in a WP level, LandscapeSplineMeshesActor instances are created to allow streaming of splines. In a non-WP level, splines are components of the landscape actor. When a W ...

Invalid access location compressing a BC6h texture in the editor

RAD - Oct 29, 2024

Large texture crashes during Oodle compression with "-stompmalloc". It appears to be an internal Oodle error. Also tested on //UE5/Release-5.5/, CL: 37463908 ...

Depth of Field blur is inconsistent with r.ScreenPercentage == 100 (Dynamic resolution)

UE - Graphics Features - Oct 29, 2024

Depth of Field, with "r.DOF.Recombine.Quality = 0" will adjust the size of the depth in focus based on screen percentage. This might be related to over-fitting from the tile classification, because ...

Point light leaking throught thin geometry

UE - Graphics Features - Oct 29, 2024

In 4.27, ray traced point lights can leak through thin meshes. This bug does not exist in Unreal Engine 5, due to many of the potential rendering areas being fundamentally changed. ...

Editor Primitives do not render correctly when Composite Editor Primitives is disabled

UE - AI - Oct 29, 2024

When the Composite Editor Primitives setting is disabled, these editor primitives do not render correctly. In specific, ZoneGraph editor primitives do not render with a colour. This appears to be t ...