TranslucentVolumeAmbient is darkened in InjectTranslucencyLightingVolume pass when using VSMs with r.Shadow.Virtual.ForceOnlyVirtualShadowMaps is Off

UE - Graphics Features - Shadows - Nov 18, 2024

CSM targets are still created and affect the InjectTranslucencyLightingVolume pass when moving in a project that only uses VSM causing over brightening of fog planes and other translucent meshes. r ...

Focus mode in the Editor does not handle Actors without PrimitiveComponent correctly, treating them as if they were at the origin (0,0,0), skewing the camera placement.

UE - World Creation - Worldbuilding Tools - Nov 18, 2024

Focus mode in the Editor does not handle Actors without PrimitiveComponent correctly, treating them as if they were at the origin (0,0,0), skewing the camera placement. Some Actors like the WorldDat ...

BakedSourceTexture missing from Sprite in packaged game

UE - Gameplay - Paper2D - Nov 15, 2024

The UPaperSprite::BakedSourceTexture will be nullptr in a packaged game if the sprite is not referenced by the UGameInstance.  The attached sample project demonstrates this scenario. ...

Translucent light grid injection behavior

UE - Graphics Features - Nov 15, 2024

Light injection into the Translucent Light Grid voxels does not use the correct location for clipping or attenuation. Both of these points are outside the voxel that is being updated. Light attenua ...

Slow Actor ContainsDataLayer / HasDataLayers

AActor ContainsDataLayer Is Slow: Navigation builds are heavily slowed down by TObjectPtr to TSoftObjectPtr conversions when checking if DataLayerAssets contain Users discovered a huge time los ...

Crash in FNiagaraGPUInstanceCountManager::AddDrawIndirect when Android Vulkan Mobile preview platform is enabled

UE - Niagara - Nov 14, 2024

In the Android Vulkan Mobile preview mode, when multiple GPU niagara systems are visible and the user moves the camera around the level it can cause a crash, potentially caused by a race condition o ...

'prefix parameter names' checkbox in a material function's settings does nothing.

UE - Rendering Architecture - Materials - Nov 14, 2024

Prefix Parameter Names checkbox does not work as expected, and the Group names are unmodified. The value "UMaterialFunction::bPrefixParameterNames" does not appear to be used anywhere in the Engine ...

GenerateConvexHullFromPoints incorrect results

UE - Content Tools - Modeling Tools - Nov 14, 2024

FGeomTools2D::GenerateConvexHullFromPoints can result in a point cloud that is not convex or doesn't completely cover the full area from the source points. ...

Crash when entering PIE after modifying BP child actor component

UE - World Creation - Worldbuilding Tools - World Partition - Nov 13, 2024

Lyra: OnSpawn player abilities can fail to activate on client in networked sessions

UE - Gameplay - Gameplay Ability System - Nov 12, 2024

A licensee who built their game on top of Lyra has reported that OnSpawn abilities, which is a feature provided by the LyraGameplayAbility base class via its ActivationPolicy, have a chance of faili ...