[AI] StateTree Linked Asset trees do not properly transition when On Tick transition is triggered on linked asset that transitions to Tree Succeeded

UE - AI - StateTree - Aug 26, 2024

Linked Asset trees do not transition correctly to Tree Succeeded if using an On Tick transition. The Debugger shows that the transition is triggered repeatedly but no state change occurs. Instead, t ...

Skylight Intensity causes brightness discrepancy between the pathtracer and realtime renderers

UE - Graphics Features - Aug 26, 2024

In a scene without a sky sphere, increasing the skylight intensity will cause the sky to brighten in the pathtracer. Other renderers do not brighten the sky, and the intensity increase is applied on ...

Lumen interior light leaking occurs with realistic sun Lux values (20k)

UE - Graphics Features - Lumen - Aug 23, 2024

When a realistic sun Lux value of 20,000 for the sun directional light, interior light leaking is much more pronounced then when using the default directional light Lux value of 10 Lux. ...

Input Mapping Context entries can get into a corrupted state when swapped with another entry that has a Combo Trigger.

UE - Gameplay - Input - Aug 23, 2024

This behaviour was working correctly in version 5.3. This issue happens inside an InputMappingContext DataAsset from the EnhancedInput system. We need at least two mappings entries. One of the entri ...

Niagara Fluids Plugin creates a memory reference of any saved level by only being active, before being actually used.

UE - Niagara - Aug 21, 2024

While Niagara Fluids Plugin is active it creates a memory reference of any saved level regardless of being actually used. Simply enabling the plugin shows a memory reference while deleting the level ...

Blueprint compilation resets settings on level-placed actors

UE - Gameplay - Blueprint - Aug 21, 2024

Triggering an actor component recompilation resets all the variables to the default state on spawned actors in the level. Users can unintentionally lose property settings on placed actors in a worl ...

The Sorting Issue Between Height Fog and Transparent Objects

UE - Graphics Features - Aug 21, 2024

When a LocalFogVolume is used with ExponentialHeightFog, it does not correctly fog translucent objects. ExponentialHeightFog and Volumetric Fog from a LocalFogVolume both correctly occlude transluc ...

A sampling result of DistanceFieldAOHistory is shifted to a wrong position.

UE - Graphics Features - Aug 21, 2024

DistanceFieldAOHistory introduces ghosting at low scalability and low screen percentages. This can lead to AO artifacts and a ghosting effect from the character. This issue was also observed on //U ...

Crash when precaching PSOs for decals from non-game thread

UE - Rendering Architecture - Shaders - Aug 21, 2024

During async loading from an AsyncLoading thread, DecalComponent attempts to precache PSOs which can trigger a checkf in StrongObjectPtr.h which are only allowed to be created on a game thread. ...

Ray traced shadow appears for translucent material after LOD change

UE - Graphics Features - Ray Tracing - Aug 21, 2024

When ray-traced shadows are enabled, the shadow for a completely translucent mesh appears when the LOD changes based on distance. ...