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

Thin Translucent rendering output is different on UnrealEditor/PC and PS5 with Ray Tracing enabled

UE - Graphics Features - Lumen - Aug 8, 2024

Reported from UDN With RT Translucency and Reflections enabled, Thin Translucent rendering is incorrect on PS5 in UE 5.3 ...

LOD dithered fade-out transition does not work since UE5.4

UE - Rendering Architecture - Aug 7, 2024

When DitheredLODTransition is enabled for HierarchicalInstancedStaticMesh, in the previous version (5.1.1), dithering was applied during fade-in/fade-out, but in 5.4.3, dithering is not applied duri ...

Oodle CompressionLevelNameMap is missing an entry for Optimal5, leading to a crash in the texture editor

RAD - Oodle - Aug 2, 2024

Due to a missing string in CompressionLevelNameMap in OodleDataCompression.cpp, it is possible for LevelName to be left uninitialised after parsing the compression effort, which causes a crash when ...

Navmesh blocking representation for cylinders is wrongly offset when the mesh has IsDynamicObstacle=true

UE - AI - Navigation - Jul 16, 2024

In a mesh asset, setting Navigation>IsDynamicObstacle=true will make the Navigation / Cylinder Collision projection appear in a wrong position. As described in the case, the fix should reside in Na ...

Incorrect error icon on stationary lights in a sublevel when the sublevel is first added

UE - Graphics Features - Jun 26, 2024

When you add a level with stationary lights to another level as a sublevel they will show a first error icon on the lights. Once you close the project or refresh the level this icon is shown as nor ...

UAssetDefinition doesn't allow overriding actions from base classes

UE - Editor - Workflow Systems - Jun 24, 2024

In the new implementation UAssetDefinition to define the actions for asset we found that it isn't possible to delete or hide actions from parent classes due to the ToolMenu system works with delegat ...

UDebugDrawService doesn't display text on Blueprint Editor viewport from UDebugComponent

UE - AI - Debugging - Jun 17, 2024

By creating a DebugComponent, the texts added to this component are not displayed in the viewport of the Blueprint editor. This is because the UCanvas reference that is being passed is that of the ...

Instanced object in an array property of an actor component is invalidated and marked for garbage collection on undo

UE - Gameplay - Jun 4, 2024

If an actor component contains a TArray of instanced objects, some of those object instances can get incorrectly invalidated and marked for garbage collection in certain situations, possibly resulti ...

WindowsVideoRecordingSystem can start late to record when a Record/Start action is executed.

Media Framework - May 30, 2024

The WindowsVideoRecordingSystem can start to record late when a StartAction is done. Not sure if it starts to record late, or the first seconds of the resulting video are ommited when the mp4 file i ...